Quote:
Originally Posted by Pepper
Hi there,
I have a similar problem. Building my app in XCode 3.1.3 I get the following error: "Sign error: The identity 'iPhone Developer: xxx' doesn't match any valid certificate/private key pair in the default keychain". It doesn't matter if I build for 2.2.1 or 3.0.
Any ideas?
Thanks
Karin
|
I was having the same problem, and then noticed in my Keychain that the keys were located in my "login" keychain, while my ideveloper certificate was located in my "System" keychain under Certificates.
I moved the Developer certificate by dragging it from the "System" certificate to the "login" keychain. I then went into the "login" keychain and found the delightful little arrow with a link to the ideveloper certificate.
I was then able to load my app to my device successfully.
Hope this helps someone!