Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the default keychain
views:
293answers:
1
+1
A:
This usually happens to me when I forget to change the company to match mine.
- Select the target under Groups & Files
- Click the Get Info button
- Choose the Properties tab
- Under Identifier, make sure it says com.YOURREALCOMPANYNAME.APPNAME
When you create a new app, it usually says, "com.yourcompany". Change it to whatever you registered with, in my case com.DavidKanarek
David Kanarek
2010-01-21 21:15:57