"Code Sign error: The identity 'iPhone Developer doesn't match any valid certificate/private key pair in the default keychain"
I was pretty sure I've installed all the certificates:
- Development certificate
- WWDR immediate certificate
- Development provisioning profile
"A valid signing identity matching this profile could not be found in your keychain"
I looked for clues on the net long and hard, then I discovered the answer posted by Dave Camp:
http://www.cocoabuilder.com/archive/message/xcode/2009/7/19/29533
The answer for my problem is: I'm missing my private key!
I took the following steps to fix this problem:
- Exported my private key from the login keychain from iMac
- Shared the private key over the network, downloaded it into the Macbook, and deleted the private key so it's not stolen by someone (or just use a USB drive, safer and easier)
- Imported the private key into the login keychain in the Macbook (by double-clicking it). At this point it throws me some weird error but it works for sure because I can see it now in the login keychain
Hope this helps some of you who encountered this same problem.

4 comments:
kabare pak
apa bikin? game yg lo bikin best banget... flox
bila mo datang ke malaysia? :D hehehe
(how is my broken indonesian :P)
Thank you so much! I was having the exact same problem, just moved over to a Macbook Pro from my Mac Mini, everything was working except testing the apps on the device. I followed your instructions and now I'm good. YOU ARE THE MAN!
Thanks Tinley! Glad it helped :)
Thank you man !
You saved my life !
Post a Comment