2013-04-07

How to deal with Xcode “Code Sign error”

Views: 10816 | Add Comments

I happend to run into the situation that my project cannot compile and run, after I checked the “Entitlements” option. The error message is:

"Check dependencies
Code Sign error: The identity 'Mac Developer' doesn't match any valid, non-expired certificate/private key pair in the default keychain"

I just to go to the old way to test my App, so I seek for the solution. Here is how I get rid of this error:

  1. Click on you project name from “Project Navigator”
  2. Select item under “Targets” that lies beside “Project Navigator”
  3. Then click on the “Build Settings” tab
  4. Set the option “Code Signing Identity” to “Don’t Code Sign”
Posted by ideawu at 2013-04-07 22:42:20 Tags:

Leave a Comment