-1

My code builds fine when building to simulator. However, after connecting my iPad and building to it, I received the following error

The identity 'iPhone Developer' doesn't match any valid, non-expired certificate/private key pair in your keychains

I am wondering if there is anything wrong in my configuration?

Simon
  • 25,468
  • 44
  • 152
  • 266
Adam Lee
  • 24,710
  • 51
  • 156
  • 236
  • have you joined the _iOS Developer Program_ yet? do you have live enrollment? have you created the _Provision profile_ well for the test device UDIDs? – holex May 01 '13 at 13:33
  • Please search before you add a question - this topic has already been covered in quite extensive detail. – John Parker May 01 '13 at 13:33

2 Answers2

0

in your Target, go to build settings then search 'Code Signing Identity'. Under Debug it's trying to automatically select a provisioning profile.

Have you signed up for the developer program? You need to look into the provisioning portal and get a certificate for yourself

Jonesopolis
  • 25,034
  • 12
  • 68
  • 112
0

First check if the valid private key is installed in your machine. then you need to configure the valid Certificate in the CodeSigning under Build Settings.

krishna
  • 97
  • 1
  • 7