I’m trying to upload my app, but the uploader is saying my app is using the wrong bundle identifier even though in my build.settings file I have the correct identifier.
It seems to be using a bundle identifier from the first app I built a few months ago, and I have successfully built apps in between.
My build.settings file:
settings =
{
iphone =
{
plist =
{
CFBundleIdentifier = "new and correct bundle identifier",
CFBundleIconFile = "Icon.png",
},
}
}
The error message from application uploader:
Bundle identifier “incorrect old bundle identifier” differs from reserved bundle identifier “new bundle identifier” [import]uid: 10903 topic_id: 10163 reply_id: 310163[/import]