Search code examples
xcodecode-signing

Xcode: No signing certificate


I downloaded an Xcode project from this webpage, but when I try to build it, I get this error:

error: No signing certificate "Mac Development" found: 
No "Mac Development" signing certificate matching team ID "QWY4LRW926" with a private key was found. (in target 'BasicPDFViewer')

I've tried to match the Signing options in Build Settings to match those in my own projects, but to no avail.

enter image description here

I presume the problem is because Xocde is trying to find the Team certificate of the project originator on my Mac. I've tried adding my own Apple ID to Xcode's accounts and creating a Mac Development certificate, but that doesn't help either.

A similar question has been asked, but with no answer that is comprehensible, credible or canonical.


Solution

  • You can see the Team in the signing section, select your own team there it should work.