iosxcodexcode4xcode4.5xcode4.6

Changed project name in Xcode causing naming error


My old name consisted of a camel case type name similar to this

MyApp

I then changed it to

Myapp 'notice the A is now non-caps'

I changed this by clicking MyApp name in the navigator menu and changing it, up came a help box asking me to do system wide changes I clicked YES!

but now when I build this application its saying the name of my app is:

Myapp-temp-caseinsensitive-rename

I am now wondering how do I get rid of the -temp-caseinsensitive-rename portion?


Solution

  • Check the product name in build settings and make sure everywhere it is Myapp. If that is done,

    Make sure you have taken a back up of your project before doing this.