Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting the app onto the phone... certificate signing and identities

The error I received on build attempt was:

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

Anyone know how to resolve this?

Thanks // :)

like image 236
Spanky Avatar asked Sep 11 '09 16:09

Spanky


1 Answers

Are you a paid up developer ? Have you created a provisioning profile for your application ? Have you installed a provisioning profile via the Organizer?

if you have, then you need to go to the KeyChain utility, ensure that Login is the default Keychain, and that iPhone Developer:yournamehere certificate is installed along with the public and private keys of your dev certificate.

if you haven't, then you need to follow the steps in the provisioning utility http://developer.apple.com/iphone/manage/overview/index.action

like image 122
Andiih Avatar answered Sep 24 '22 16:09

Andiih