Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

-temp-caseinsensitive-rename in Bundle Identifier

I've created app named myap. Along with this app created Bundle Identifier in AppID com.mydomain.myapp and created new provisioning profile. After that I have noticed my app is misspelled so I renamed from "myap" to "myapp", expecting the bundle identifier will change accordingly. However to my surprise I got assigned bundle identifier as "com.mydomain.myapp-temp-caseinsensitive-rename". What is this? I tried to explicitly change bundle identifier in targets info tab, but the app is moaning. What should I do to put the app and its bundle on right track?

like image 763
sumofighter666 Avatar asked Oct 10 '12 13:10

sumofighter666


1 Answers

In XCode, go to Build Settings and change the Product Name under Packaging

like image 87
Paulo Fernandes Avatar answered Sep 22 '22 08:09

Paulo Fernandes