How to change the bundle identifier of an app in Xcode 5?

前端 未结 6 2306
夕颜
夕颜 2020-12-13 05:51

Xcode 5 won\'t let me change the bundle identifier. The app name portion after com.mycompany. is greyed out.

I created a bundle identifier in ITC which

6条回答
  •  抹茶落季
    2020-12-13 06:33

    1. Select your target under the Targets section.
    2. Go to the Build Settings tab.
    3. Scroll down to Packaging.
    4. Change the Product Name to the desired one.

    Pic

提交回复
热议问题