Using xcode 12.2, on a new Mac, compiling an app with a fat binary, I want to submit it to the apple store.
I create an Archive and when I ask xcode to "Validate App", I select that xcode should "Automatic manage signing",
with a
Certificate: Apple Distribution (Expires 15/11/21)
and I finally receive this error message:
App Store Connect Operation Error
Certificate Revoked. The signing certificate "C=US, O=XXXXXXXX, OU=XXXXXXX, CN=3rd Party Mac Developer Installer: XXXXXXX (XXXXXX), UID=XXXXXXXX" with serial number XXXXXXXXXXXXXXXX used to sign StarMessage screensaver.pkg has been revoked.
Learn more (https://help.apple.com/xcode/mac/current/#/dev154b28f09).
This message is not helpful at all because:
So, how can I find this problematic certificate and delete it?
I tried https://stackoverflow.com/questions/36689116/certificate-has-either-expired-or-has-been-revoked/53925890#53925890 with no luck.
Thanks!
I create an Archive and when I ask xcode to "Validate App", I select that xcode should "Automatic manage signing",
with a
Certificate: Apple Distribution (Expires 15/11/21)
and I finally receive this error message:
App Store Connect Operation Error
Certificate Revoked. The signing certificate "C=US, O=XXXXXXXX, OU=XXXXXXX, CN=3rd Party Mac Developer Installer: XXXXXXX (XXXXXX), UID=XXXXXXXX" with serial number XXXXXXXXXXXXXXXX used to sign StarMessage screensaver.pkg has been revoked.
Learn more (https://help.apple.com/xcode/mac/current/#/dev154b28f09).
This message is not helpful at all because:
The serial number is not listed in the xcode/manage certificate screen, nor in keychain, nor in the developer.apple.com.
It does not mention the expiry date or the issue date of the cert to give it as a hint for me to find it between the other certificates.
The naming of the apple certificates is a puzzle itself, and the name as mentioned in this message does not match any of the names of the certificates in the 3 mentioned areas.
So, how can I find this problematic certificate and delete it?
I tried https://stackoverflow.com/questions/36689116/certificate-has-either-expired-or-has-been-revoked/53925890#53925890 with no luck.
Thanks!