Can't change bundle ID in project, greyed out Can't change bundle ID in project, greyed out xcode xcode

Can't change bundle ID in project, greyed out


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.


Not sure why this is happening to you, but try to change in the info.plist file.


  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.