Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Code Sign error: Application Identifier 'com.reapptive.Floors2Go' which doesn't match the current setting 'com.reapptive.Floors2Go'

I updated my provisioning profile to include some more devices for Ad-Hoc testing,I added this new profile and removed the old and now I am getting this error:

Code Sign error: Provisioning profile 'Floors2Go' specifies the Application Identifier 'com.reapptive.Floors2Go' which doesn't match the current setting 'com.reapptive.Floors2Go'

Which if you look they are both exactly the same, I have removed, re-added a new profile, deleted and re-entered the bundle name in my plist and for the life of me I cant figure this out.

I have also tried cleaning all and rebuild but to no avail.

Any ideas?

like image 876
Jonny Heald Avatar asked Sep 13 '12 12:09

Jonny Heald


2 Answers

Seems to be a bug in Xcode GM Seed, I had to kill Xcode and reopen it every time I change a profile.

like image 56
Jonny Heald Avatar answered Oct 02 '22 22:10

Jonny Heald


I also had this problem while trying to replace a dev provisioning profile with an updated version. Looks like a bug.

Running XCode clean, then setting the code signing identity (for dev, in my case) to "don't code sign", then setting the code sign identity back to the relevant development provisioning profile resolved the build error.

like image 32
dtgallant Avatar answered Oct 02 '22 22:10

dtgallant