Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

There is no IOS certificate with ID xxxxxxxxxx on this team

In Xcode:

Organizer > Devices

then on the left Library > Provisioning Profiles

Click Refresh in the bottom right - this runs fine

Click Renew on a provision that is soon to expire. I end up getting a prompt that says: "There is no IOS certificate with ID 'xxxxxxxxxx' on this team."

Of course the message contains a real ID, I just blotted it out with Xs instead.

What can I do to fix this?

like image 864
Jacksonkr Avatar asked Aug 06 '12 17:08

Jacksonkr


People also ask

How do I get an iOS code signing certificate?

To get a certificate, you need to generate a Certificate Signing Request with Keychain Access and send it to Apple. This will create a public/private key for you if you don't have one already. Apple will then verify the information, and create a certificate for you.

How do I download iOS certificate?

Navigate to the Member Center on the Apple Developer website and log in with your Apple developer account. If you do not have an Apple developer account, you will need to create one. In the Member Center, click to select the Certificates, Identifiers & Profiles section, then select Certificates under iOS Apps.


2 Answers

Deleting and re-adding AppleIDs from Xcode preferences is what helped me.

like image 169
Jury Golubev Avatar answered Sep 20 '22 03:09

Jury Golubev


After deleting and renewing the profile a number of times it finally just worked. At this point I'm happy again so I'm not in the mood to ask any questions..

Important

I had deleted and created the profile I needed in Xcode a number of times, but it only worked after I re-made it again inside the online provision portal.

like image 40
Jacksonkr Avatar answered Sep 22 '22 03:09

Jacksonkr