Search code examples
iphonexcode4

Change iOS Application Target value in XCode4


I created my App Id in the Apple Dev Portal with lowercase name but I accidentally setup my xcode project with upper case name.

Now when I try to build and target my device (with the mobileprovision file), I get the error that com.companyname.AppName doesn't com.companyname.appname.

How can I fix this in XCode4 so it matches the App ID I've setup on the portal?


Solution

  • If you click on your target(blue icon in top left corner) go under info and you will see what you need to change under Bundle identifier.