Change application/target name in xcode

我的未来我决定 提交于 2019-12-08 02:53:45

问题


I want to develop same app (same coding ) but with different names .So gone for renaming the app.I tried changing varoius parameters like Bundle Name, Bundle Display Name, Product Name and clean the app and then build it.But build is succeeded .After fraction of second my I see the status Finished running 'appname' on iphone 6.0 simulator and my app stops running.What should I exactly change to rename my app ?


回答1:


Bundle Display Name and Bundle Identifier.

The Bundle Display Name for the name that is displayed under the app icon on your device. The Bundle Identifier to make the device, simulator and the app store understand that there are two different apps.




回答2:


Go to the project editor and select the target you want (will go blue)

Double click on the Target name in the target view window.

Type the new name




回答3:


change project name and click enter button.



来源:https://stackoverflow.com/questions/16144322/change-application-target-name-in-xcode

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!