vote up 0 vote down star

I get this build error when I build my iPhone project to run on my device: Code Sign error: The identity 'iPhone Developer: x Xxxxx' doesn't match any identity in any profile

My development code signing certificate expired so I got a new one. On my first attempt I created a new CSR and got the message above. The second time I reused my original CSR and got the same result. Another strange thing is the new certificate has an extra string with brackets after my name in the "common name" when I look at it using Keychain Access like this:

iPhone Developer: x Xxxxx (3BDUAJYC9Q)

My original certificate didn't have that.

I have Xcode Version 3.1.3 Component versions Xcode IDE: 1191.0 Xcode Core: 1192.0 ToolSupport: 1186.0

Does anyone know how to solve this?

flag

78% accept rate

3 Answers

vote up 4 vote down check

I think you need to create new provisioning profiles based on your new certificate.

link|flag
vote up 0 vote down

Silly me... The problem was I still needed to create a new "Provisioning Profile" which uses the new certificate in the iPhone program portal and load it into Xcode. I didn't need to add the extra string after my name in the code signing section for debug.

link|flag
vote up 0 vote down

Thank you! Worked perfectly :) Can anyone tell me how to aquire a iPhone Developer identity and where to add for this to work without the hack?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.