I'm having trouble submitting an update for my app. When I submitted the first version my identifier was in this format XXXXXXXXXX.com.companyname.appname. I'm still using the same distribution profile but when I try to build it fails with the following error:
Code Sign error: Provisioning profile 'ProfileName' specifies the Application Identifier 'com.companyname.appname' which doesn't match the current setting 'XXXXXXXXXX.com.companyname.appname'
I checked the profile in the organizer and under app identifier it says: XXXXXXXXXX.com.companyname.appname
I have checked through the entire project, the provisioning portal and itunes connect. I can't see anywhere that it doesn't match.
iTunes Connect Bundle ID: XXXXXXXXXX.com.companyname.appname
Provisioning Portal - Distribution Profile App ID: XXXXXXXXXX.com.companyname.appname
Info.plist Bundle ID: XXXXXXXXXX.com.companyname.appname
I've tried to build this with Xcode 3 and 4 but it won't build. If I remove the XXXXXXXXXX from the bundle ID it will build correctly but will not upload because the bundle ID doesn't match the iTunes Connect ID. Does anyone know why this is not working and how I can fix this?
Code Sign error: Provisioning profile 'ProfileName' specifies the Application Identifier 'com.companyname.appname' which doesn't match the current setting 'XXXXXXXXXX.com.companyname.appname'
I checked the profile in the organizer and under app identifier it says: XXXXXXXXXX.com.companyname.appname
I have checked through the entire project, the provisioning portal and itunes connect. I can't see anywhere that it doesn't match.
iTunes Connect Bundle ID: XXXXXXXXXX.com.companyname.appname
Provisioning Portal - Distribution Profile App ID: XXXXXXXXXX.com.companyname.appname
Info.plist Bundle ID: XXXXXXXXXX.com.companyname.appname
I've tried to build this with Xcode 3 and 4 but it won't build. If I remove the XXXXXXXXXX from the bundle ID it will build correctly but will not upload because the bundle ID doesn't match the iTunes Connect ID. Does anyone know why this is not working and how I can fix this?