Try the search, it's linked to some great forums

Friday, January 11, 2013

Code Signing Error

The following fatal error can be easily fixed using the following;
Code Sign error: The identity 'iPhone Developer: Vxxxxx Ayyyyyyyyy (4N9GM2MYC8)' doesn't match any valid, non-expired certificate/private key pair in your keychains
  • Goto the Target configuration area
  • Select Target - Build Settings - Code Signing
  • Replace in both Debug & Release keys the problem code signature Vxxxxx Ayyyyyy .........
  • With either No Code Signing OR your own approved code signing signature
Easy!!