Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

code signing identity <name> does not match any valid, non-expired code-signing certificate

I'm hoping someone can help me resolve this maddening issue. My friend and I are developing a mac store app, hosted on github. We published the app a month ago from his machine, with his dev center account. I recently pull the source from github onto my machine, to work on an update, but when I try to build it in xcode, I get the error:

"code signing identity does not match any valid, non-expired code-signing certificate in your keychain"

I downloaded the 2 certificates from my friend's account on the dev center and put them in my keychain, along with the general apple certificate, but I still get the same error. Is there a private key issue here? I am not sure why I even have to sign the code? All I am doing is trying to build it and run it in xcode. Any help would be much appreciated.

like image 886
worker1138 Avatar asked Oct 25 '22 21:10

worker1138


1 Answers

Change your build to Debug or Release.

like image 52
aqua Avatar answered Oct 30 '22 11:10

aqua