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
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