Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No iOS Development certificates found

I got a strange error in my Xcode organizer when I want to update my Provisioning profiles.

Xcode says this:

enter image description here

"No iOS Development certificate was found. However, there is already a certificate request pending. An Agent or Admin must approve this request before you can download your certificate."

I never experienced this before so if someone got an explanation and maybe a solution, it could be nice :).

I check on the provisioning page in the developer zone on the Apple website but I don't find something that could be broken :/

like image 365
Lszt Avatar asked Jan 22 '13 09:01

Lszt


People also ask

How do I get iOS development 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.

What is development certificate in iOS?

An iOS developer certificate is a code-signing certificate, a digital signature that associates you and your digital identity with your applications. On the Mac, you must create and submit a request for an iOS development certificate. For more information, see the Apple documentation.


5 Answers

The trick that did it for me was to log into developer.apple.com and manually create a dev certificate and then manually create a provisioning profile. I have only one team with only one member (me) so there was no way for me to approve a certificate. When I tried to do it automatically through the Xcode organizer, the error just persisted.

like image 126
Rozzadon Avatar answered Oct 03 '22 16:10

Rozzadon


Same error message here. Seems to have multiple sources. Mine was that I have a developer account and joining two teams. In one team i had no Certificates at all. In the past this did not cause any problems. In Xcode Organizer I could choose which team I try to fetch the Provisioning Profiles. And if chose the team for which I had Development Certificate the Provisioning Profiles got downloaded with no error. I think, with the new improved Member Center starting from april 2013 the Organizer fetches automatically all team accounts - without asking for a specific team. As one team had no certificate at all, the process of fetching for all teams stop with this error message.

Solution (for this problem) is to add a Development Certificate for ALL teams.

like image 41
Joachim Avatar answered Oct 03 '22 16:10

Joachim


Having just gone through this myself, I highly recommend you contact Apple Developer Program Support and have them walk you through the process of resetting your certificates and profiles. It is not a difficult thing to do manually, but there are lots of ways to muck it up (I speak from experience) AND the more people that call the more likely they are to continue improving the process.

That said, the short(-ish) answer is to delete all of your developer and installer certificates from Keychain, then delete all certificates and provisioning profiles from the portal, then create them all again from scratch, and then refresh Xcode to bring them all in.

Oh, and be sure to back it all up when you're done!

like image 42
J. Perkins Avatar answered Oct 03 '22 14:10

J. Perkins


I got the same issue, and solved it by clicking my team under "Teams" in organiser. I only have one team there atm, and didn't expect that to have any impact, but it forced a reload of the profiles or so, and now it works. Hth.

like image 26
PanMan Avatar answered Oct 03 '22 15:10

PanMan


My situation was that I got this message when trying to refresh my old certificates (developer + distribution) from Xcode, when they had expired due to the yearly renewal of the developer program.

For what it's worth, I managed to fix the problem by this procedure (roughly):

  1. Delete my old "iOS Team Provisioning Profile" from my device
  2. Open my keychain and delete the old private keys associated with with the expired certificates.
  3. Remove the expired certificates from the list in Xcode's organizer (on the portal, they were deleted already).
  4. Generate new certificates manually on the portal, following the instructions in detail (including downloading the new certificates and double-click to install).
  5. After trying a new refresh in Xcode's organizer, I still got the same error message, but when checking on the device, a new provisioning profile had now been automatically created and installed, so I could forget about the error message.
like image 43
Magnus Avatar answered Oct 03 '22 15:10

Magnus