When building a new iPhone app in Xcode, I\'m getting this error:
codesign error: code signing identity \'iphone developer\' does not match any co
This situation is happening when you receive a Xcode project from other person.
Here is what I did to solve the problem.
The fix is pretty simple. In the Build Results window (which you probably got to by clicking the error icon in the lower right corner of your project window), change the pulldown menu from ‘Device - iPhone xxx’ to ‘Simulator - iPhone xxx’.
(source: kickasslabs.com)
I had the same problem. Found the fix here:
iphone sdk tools utilities
In Keychain Access.app my Developer Certificate would show up as "This certificate was signed by an unknown authority". The reason was that I didn't have the ADC intermediate certificate (which you can download from "Provisioning Program" in "Certificates" tab. Once I installed this the developer certificate showed up correctly in keychain and my code could be deployed on the bloody phone.
No Voodoo necessary. Sometimes some app changes default keychain and Xcode stops finding iPhone Developer Keys. The solution is simple (it worked for me):