Reputation: 295
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
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
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