tags:

views:

293

answers:

1

Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the default keychain

+1  A: 

This usually happens to me when I forget to change the company to match mine.

  1. Select the target under Groups & Files
  2. Click the Get Info button
  3. Choose the Properties tab
  4. Under Identifier, make sure it says com.YOURREALCOMPANYNAME.APPNAME

When you create a new app, it usually says, "com.yourcompany". Change it to whatever you registered with, in my case com.DavidKanarek

David Kanarek