Reputation: 313
ERROR ITMS-90721: "Certificate Revoked. The signing certificate "C=GB, O=XXX, OU=Y, CN=3rd Party Mac Developer Installer: NAME (XXX), UID=XXX” with serial number 123456789 used to sign APP.pkg has been revoked. Learn more (https://help.apple.com/xcode/mac/current/#/dev154b28f09)."
I've tried repeatedly (including actually revoking all certificates in the Developer portal and re-issuing), cleaning the build folder, restarting XCode/OSX .
Any suggestions on where to go from here?
Upvotes: 1
Views: 955
Reputation: 23398
A couple of additional things to try :
That should ensure Xcode downloads a current certificate.
Upvotes: 2
Reputation: 262
Maybe this issue related on old Revoked Certificates that located in your project. Follow to go this path in XCode:
XCode -> Preferences.. -> Accounts -> Manage Certificates
Try to remove all old and revoked certificates in that window. I had the similar issue and it's help for me.
Upvotes: 3