0

I've generated distribution provisioning profile for my ios app, but I cannot sign my application with it, I get this error:

profile doesn't match any valid certificate/private key pair in the default keychain

The developer certificates works well, I can upload my apps to my tests devices,

but I've noticed this warning for distribution profile: Valid Signing identity not found

Can this be a source of my problems for distribution provisioning profile or is this expected warning?

enter image description here

and I suspect that it forbid me from signing the app for the app store upload

enter image description here

I'm pretty sure that I've made all my bundle (app?) identifiers consistent

michael
  • 3,250
  • 10
  • 43
  • 58

2 Answers2

2

There are two sets of public and private keys you need to have in your keychain.

One of them will be prefixed with "iPhone Developer:" and the other "iPhone Distribution:".

Make sure both are in your keychain by opening the Keychain Access application within your "/Application/Utilities" folder. If you don't see both, then there's your problem (and you'll need to import your keys from another machine that does have the keys installed).

Michael Dautermann
  • 88,797
  • 17
  • 166
  • 215
0

Don't Lose you keys!

If you bought a new computer and did not export your keys and you don't have the computer your S.O.L. you have to start the process all over again.

Dave Kozikowski
  • 603
  • 6
  • 8