Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

iphone

How do you fix this XCode error :

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

like image 359
Pinky Avatar asked Jan 21 '10 10:01

Pinky


1 Answers

This happens if you forgot to change your build settings to Simulator. Unless you want to build to a device, in which case you should see the other answers.

like image 118
sudo rm -rf Avatar answered Sep 28 '22 11:09

sudo rm -rf