I just cloned this repo from github and would like to have a play with it. However, in XCode, I keep getting the following error:
The identity '3rd Party Mac Developer Application' doesn't match any valid, non-expired certificate/private key pair in your keychains
It’s worth noting that in my Build Settings, I’ve set the Code Signing Identity property to Don’t Code Sign, but I’m still getting this error.
Has anyone ever encountered this, and if so, what did you do to fix it?
Thanks!
I have downloaded the project and noticed that there are 2 Xcode projects:
The first one has set “Code Signing Identity” to “Don’t Code Sign”, but the second project (which is embedded in the first as a dependency) has set “Code Signing Identity” to “3rd Party Mac Developer Application”.
After setting “Don’t Code Sign” for the second project no code signing error occurred anymore.