Can't change bundle ID in project, greyed out

后端 未结 8 1576
灰色年华
灰色年华 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:02

    If anybody else runs into this, it is likely because you have a product name variable, something like .${PRODUCT_NAME:rfc1034identifier}, appended to the end of your bundle identifier under Target (your application) > Info (info.plist). Try removing that.

提交回复
热议问题