Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode "The private key for is not installed on this mac - distributing"

I always get this message when I try to submit my app to the app store.

Here is a picture of the message:

picture

It would be great if someone could help me resolve that problem so I can submit my app to the store.

like image 502
Fabian Boulegue Avatar asked May 14 '12 20:05

Fabian Boulegue


People also ask

How to install private key for iOS distribution certificate?

From the computer where the distribution asset was generated, open Xcode. Click on Window, Organizer. Expand the Teams section. Select your team, select the certificate of "iOS Distribution" type, click Export and follow the instructions.


1 Answers

Try following these steps:

  1. Revoke your existing iOS Distribution Certificate from the iOS developer website.
  2. Generate a new iOS Distribution Certificate by going to XCode Preferences->Accounts->View Details and then clicking the + underneath the list of signing identities.
  3. Go back to the developer website and make sure all your provisioning profiles are configured with the new certificate. (They should all be listed as Active when you are done.)
  4. Go back to XCode and refresh your list of provisioning profiles.

I had the same issue as you did and this resolved it just fine.

like image 93
Ben Visness Avatar answered Oct 02 '22 18:10

Ben Visness