Can't change bundle ID in project, greyed out

后端 未结 8 1574
灰色年华
灰色年华 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:22
    1. Go to info.plist file
    2. Go to Bundle Identifier key-value pair
    3. Remove .${PRODUCT_NAME:rfc1034identifier} from the value and save the file

    Your bundle identifier has been modified as required.

    0 讨论(0)
  • 2020-12-29 02:26

    This can also be related to user defined variables under [Target] > Build Settings > User-Defined

    0 讨论(0)
提交回复
热议问题