vote up 0 vote down star

Hello,

my certificate has just expired. I renewed it on Team section, then renew provisioning profile, and reinstall them on my keychain and xcode, and then I get this error :

Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the login keychain

What should I do ?

Thanks a lot

Thierry

flag

63% accept rate

3 Answers

vote up 0 vote down

Erasing your private key is not enough.

You must also delete your provisioning profile from your Mac, otherwise the new profile will (silently!) fail to install, even though it is clearly newer than the existing one.

(erasing key is easiest using the iPhone Configuration Utility, which you can download from Apple.com. Erasing profile is easiest using that app too. Everyone should get iPCU! (it's free))

link|flag
vote up 0 vote down

I just would like to add that you'll receive this error when your certificate is expired or when it is somehow removed from your keychain. To fix it, login to iPhone developer program portal and renew the certificate - the instructions there are pretty comprehensive.

link|flag
vote up 1 vote down check

I found the problem. I have erased my private key.

I had to request 'CertificateSigningRequest.certSigningRequest' certifcate using keychain which create a new private key.

link|flag

Your Answer

Get an OpenID
or

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