Can't change bundle ID in project, greyed out

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

    You may want to consider changing the value of PRODUCT_NAME instead of directly changing the bundle identifier. This can be done thru the XCODE interface (and should have the added benefit of not possibly causing problems with certificates and code signing later on...which can be a real bear to resolve):

    Click here to see stackoverflow thread for detailed instructions on how to do this thru XCode interface

提交回复
热议问题