Error when trying to obtain a certificate: The specified item could not be found in the keychain

后端 未结 15 2386
我寻月下人不归
我寻月下人不归 2020-11-30 20:53

I was having a problem with codesigning my apps, so I deleted all the keys from the keychain. Then I went to Certificate Assistant => Request a certificate from a Certif

相关标签:
15条回答
  • 2020-11-30 21:37

    Below link resolved the issue for me. https://forums.developer.apple.com/thread/72863

    In my case it was the yubikey which was connected to my Mac all the time. After removing it, issue got resolved automatically.

    0 讨论(0)
  • 2020-11-30 21:41

    Choosing the private key in keychain will occur the problem. "the specified item could not be found in the keychain" While you choose the public key solve it. "Your certificate request has been created on disk."

    0 讨论(0)
  • 2020-11-30 21:42

    Okay the name that shows displays the item you highlighted in the Keychain mainwindow (if you select a different item here you also see the menu item change with it). If you go the the category section on the left and select my certificates for instance and go back to the certificate assistent menu item it looks/acts like you're used to. Hope this helps!

    0 讨论(0)
  • 2020-11-30 21:42

    After revoking every certificate I had, I figured out the problem was with my yubikey. It was getting in the way of signing the app. After I removed it, problem solved.

    This forum thread helped me out: https://forums.developer.apple.com/thread/106938

    0 讨论(0)
  • 2020-11-30 21:42

    Solved it! Had to change "User certificate" to "Code signing".

    0 讨论(0)
  • 2020-11-30 21:45

    I solved it. Ensure you are in the "Certificates" section and you select "Apple Worldwide Developer Relations Certification Authority" before requesting a certificate.

    0 讨论(0)
提交回复
热议问题