Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple distribution certificate missing private key

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:

  • Revoke Existing Distribution Certificate

  • Delete Signing Certificate

  • Followed the answers given in this thread

like image 400
spongyboss Avatar asked Sep 06 '25 16:09

spongyboss


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.

like image 73
Jincy Varughese Avatar answered Sep 09 '25 04:09

Jincy Varughese