Apple distribution certificate missing private key

Viewed 1566

I know this has been asked multiple times and I have went through several stackoverflow answers and Apple dev forums and followed all the given advice but this is not working for me. I keep getting this error.

enter image description here

I have revoked certificates, created new ones, deleted everything in my keychain associated with the account. Generated new private keys and distribution certificates. Nothing I tried has worked. I even contacted Apple directly and their instructions did not work as well. What am I doing wrong? I have been attempting to solve this for over a month now.

These are the things I have done so far:

1 Answers

Export the certificate from the keychain (keeping the folder open showing the private key) of the device on which the certificate was download the exported .p12 and verify if the private key is showing on the keychain if not the recently added certificate from key chain , Go to > My Certificates and drag and drop the .p12

This resolved my issue.

Related