DeShawn Terrell
DeShawn Terrell

Reputation: 295

How do I build my application for the iPhone device (not sim)

I keep getting this error:

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

I have paid me $99 (which I had to beg/borrow/steal).

Thanks

Upvotes: 1

Views: 200

Answers (2)

jakeva
jakeva

Reputation: 2835

You have to install a provisioning profile which you can get at the iOS provisioning portal. Go to developer.apple.com, click iOS dev center, login, then iOS provisioning portal.

Upvotes: 2

Mihir Mehta
Mihir Mehta

Reputation: 13833

in your project setting you need to define the provision profile in Code signing section inside that change the code signing identity to your developer provision profile that you can download/create from developer.apple.com instead of 'iPhone Developer'....

Upvotes: 2

Related Questions