Can't change bundle ID in project, greyed out

后端 未结 8 1606
灰色年华
灰色年华 2020-12-29 01:52

I\'m having a problem with bundle identifiers. In the Summary section of my project in Xcode and under \'Identifiers\', I can\'t seem to change the name of my bundle ID as i

8条回答
  •  天涯浪人
    2020-12-29 02:13

    If you want to edit the Product Name, rather than remove it; you can set it in your target, using the following steps:

    • Open the Target in XCode
    • Go to the Build Settings tab
    • Scroll down to Packaging->Product Name

    The name set in Product Name is added to the Bundle Identifier (spaces are changed to dashes e.g "Test App" becomes "Test-App").

提交回复
热议问题