vote up 0 vote down star

How can one debug errors related to code-signing and missing certificates? Can I do the process from command line?

In XCode under 'Organizer > Provisioning Profiles', I get 'A valid signing identity matching this profile could not be found in your keychain'. How can I debug this problem?

flag

Given the problem is common, it may help to have a laundry list of possibilities of problems. – notnoop Aug 25 at 14:42

1 Answer

vote up 1 vote down

Possible problems:

  1. The certificates have expired

  2. The certificates have been renewed without updating the application provisions

  3. The private/public keys are missing from keychain. They should have been generated when you created the certificate request.

  4. The certificates and public/private keys are stored in a keychain other than the default one.

link|flag

Your Answer

Get an OpenID
or

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