Can't change bundle ID in project, greyed out

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

    I saw this also happen when the iOS Deployment Target is higher than your version of Xcode supports. Between World Wide Developers Christmas when they release the betas and when the new version is finalized.

    So say you have a project with a min deployment for the current iOS beta version, but you are using the release version of Xcode. Just open the project in the current Xcode beta version.

提交回复
热议问题