Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No matching signing identity found "Mac Developer:"

Tags:

I am building a project downloaded from github. this project targets iphone/ipad/mac.When i build this project, it says

No matching signing identity found No signing identities (i.e. certificate and private key pair) matching the value specified in your build settings, "Mac Developer:", were found. Xcode can update your build settings to their recommended values.

When i click fix issue button it says The selected team doesn't have a Mac Developer Program membership Select a team with a Mac Developer Program membership and try again. I only have an iOS developer program membership, no mac membership. I've change the Code Signing Identity in Build Settings Tab, but the issue still exist. Can i build the project? How can i fix this issue?

Any help would be much appreciated.

screenshot of General settings in this project is as follows: enter image description here

like image 695
chancyWu Avatar asked Jan 23 '14 02:01

chancyWu


2 Answers

Self-Signed Codesign Certificate

It's really simple to fix this; you can create your own self-signed codesign certificate in Keychain Access. If you decide to distribute your app later, or want it to behave nicely with Gatekeeper then you'll of course need to join the Mac Developer Program.

*If it's primarily for your own usage though then you can likely choose not to codesign it at all.

Self-signed codesiging and No codesigning in XCode

Xcode Codesigning

like image 128
l'L'l Avatar answered Sep 29 '22 11:09

l'L'l


Xcode Version 9.2

Build Settings -> Code Signing Identity -> Don't Code Sign

enter image description here

like image 23
yoAlex5 Avatar answered Sep 29 '22 13:09

yoAlex5