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.

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.
I had the same problem and I found the solution:
Alternately, you may edit the .pbxproj file for your project directly and add a build flag for CODE_SIGN_IDENTITY, with a value of ""; and it should work for local signing.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With