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

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


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


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.


In Xcode (I am using 4.5.2) > Build Settings > Code Signing section:

  1. Change everything to Don't Code Sign
  2. Change individual setting to appropriate developer/distribution profiles.

For example:

enter image description here