Developer ID Application not found in Signing dropdown, it IS in the Keychain

I know this has been asked before, but I get no certificate options at all in my signing dropdown. In the Keychain under certificates in the login keychain, I DO have a valid certificate named Developer ID Application:

Is there some type of access DropDMG needs to see this? This is on a new system; my old system works just fine and it sees the signing certificate just like it should. This is on the latest Sequoia by the way.

I don’t think it needs any special access. Does the certificate show up if you enter this Terminal command:

security find-identity -p codesigning

? And, if so, does it appear in the Valid identities only section?

Turns out the problem was I downloaded the .CER file from developer.apple.com and it did not include the private key in the keychain. Once I deleted the cert and re-installed from Xcode, it did include the private key and is not working properly. Thanks for your help!

1 Like