Xcode 5 won't let me change the bundle identifier. The app name portion after com.mycompany.
is greyed out.
I created a bundle identifier in ITC which slightly differs and I want to use this new bundle identifier.
Do I have to create a new Xcode project with the correct identifier?
com.mycompany.${PRODUCT_NAME:rfc1034identifier}
, and you can change the${PRODUCT_NAME:rfc1034identifier}
value to the desired bundle identifier – Petesh