skip to Main Content

every time when i open xcode project for ios mobile app it show following message:

"Your account already has a signing certificate for this machine but it is not present in your keychain. To create a new one, you must first revoke the existing certificate."

and Every time create new certificate. it happnes after Developer account member ship is renewed.

please give me any solutions.enter image description here

3

Answers


  1. This is saying that you have a signing certificate already but you have to put that certificate in your keychain. So if you have that certificate stored anywhere then please put that certificate in your laptop keychain. Otherwise if you dont know where is your certificate stored then you have only one option. you have to revoke(delete) the certificate from appledeveloper.com and create a new one then store it in your device keychain.

    Login or Signup to reply.
  2. If the above answer didnt help you, I think you might miss some Apple Intermediate Certificates in your keychain…

    Go to the Apple PKI, install the missing ones in the Apple Intermediate Certificates section.

    Let me know if it helped

    Login or Signup to reply.
  3. I got the same issue on Xcode 14. I solved it without revoking. I did the following:

    1. Xcode->Preferences->Accounts tab
    2. Manage certificates button.
    3. Click the "+" and add a cert. (I selected apple dev cert)
    4. Restart Xcode.

    Hope that works!

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search