Search code examples
iosxcodecertificateprivate-keyios-provisioning

Missing private key


I add my ios developer account to xCode and I got this:

Missing private key

I installed all certificates and provision profiles on my mac.

What does it mean and how can I solve it.


Solution

  • Install the certificate on the same machine from which you've created your CSR. Then go to your KeyChain, expand the certificate, select both certificate and PrivateKey and export them to .p12 format.

    In your new machine import the .p12 file. You'll have both Certificate along with Private Key