Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Your account already has a valid Developer ID Application certificate

The last couple of days I've struggled with code signing my cocoa app in Xcode. I've read through all similar topic that looked to be related, but nothing has helped.

Whenever I try to export my archive I get this error message:

enter image description here

I've tried to delete everything in my keychain and all profiles/certificates that I'm allowed to delete/revoke in the member center. However, I still get the same error with no "Fix" or "Reset" button. How should I proceed in order to get my application signed for distribution outside of store?

like image 279
NeoID Avatar asked Nov 11 '15 13:11

NeoID


People also ask

How do I renew my Iphone developer certificate?

Click Apple Push Certificates portal. In the new tab, sign in to the Apple portal with the Apple ID and password you used when you created the certificate. Next to the certificate you want to renew, click Renew and accept the terms of use.

Where can I find my developer id?

Alternatively, you can also find your Google Play Developer ID in the URL of your browser address bar. In your browser address bar, look for https://play.google.com/console/u/0/developers/<19 Digit ID>/app-list .

How long do Apple Developer certificates last?

Apple Developer Enterprise Program certificates expire after three years and provisioning profiles expire after one year. Before a distribution certificate expires, create an additional distribution certificate, described in Creating Additional Enterprise Distribution Certificates.


1 Answers

Go to Preferences -> Accounts, choose your account, click "View Details" in the bottom right corner and in the dialog click Download all in the bottom left corner.

Also, take a look at fastlane.tools. It is a great set of tools, which is, among other things, capable of dealing with code signing issues. Calling cert and sigh is sometimes enough to deal with many code signing-related problems. Preferences Dialog

like image 162
FreeNickname Avatar answered Sep 24 '22 12:09

FreeNickname