No signing certificate "iOS Development" found No "iOS Development" signing certificate matching team ID "{team_id}" with a private key was found.

Hello,

Trying to set this up so I can easily test on my mobile device through USB, I've got development mode setup, have my CSR (which i used for my dist profile and works perfectly). Logged into apple developer and have my organisation selected, when trying to create a dev certificate using the same CSR i used for dist, it seems like it just creates it under my name instead of my company, which would explain why, when i download and activate the dev cert, in xcode the dev certificate doesn't show, only the dist cert.

If I create a dev profile using that cert it does load up in xcode, but when I select it I get this error:

No signing certificate "iOS Development" found No "iOS Development" signing certificate matching team ID "{team_id}" with a private key was found.

To me it seems like this is happening because the development certificate I created just decides to put itself not under my org, I thought this was just how it works for development certificates?

Also when I do create the provisioning profile, I can select my company identifier and in the summary it does show my team id so really not sure what is going on.

Would appreciate any guidance on this please.

Accepted Answer

My general advice is that you not try to manually manage Apple Development signing identities. Rather, lean in to Xcode’s automatic signing feature. Try this:

  1. Log in to Xcode > Settings > Account with your developer account.
  2. Create a new project from the iOS > App template.
  3. In Signing & Capabilities, make sure that automatic signing is enabled and you’ve selected your team from the popup.
  4. Build and run on the simulator, just to check that the basics are working.
  5. Now try to build and run on your attached device.

Does that work?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

No signing certificate "iOS Development" found No "iOS Development" signing certificate matching team ID "{team_id}" with a private key was found.
 
 
Q