1

I am trying to test my iPhone app on a real device. It was working before, and now it is not??? I get this error:

Code Sign error: The default keychain doesn't have an identity matching the profile '*' and identity '*'

I have tried deleting all profiles and certificates, and starting over. I have tried cleaning the project, restarting everything...etc. Any suggestions?

coder
  • 10,460
  • 17
  • 72
  • 125

1 Answers1

4

I think the error is probably because you are mixing up the 'Distribution Provisoning Profile' with the 'Development Provisioning Profile'.

PTBG
  • 585
  • 2
  • 20
  • 46
  • Hi again I dont understand what is going on, i have this same problem – Evaristoyok Mar 16 '12 at 17:51
  • I have in the "Code Signing Identity" Debug iPhone Developer Any ios sdk iPhone Developer. Distribution for testing iPhone Distribution Any ios sdk iPhone Distribution:my name and prof id Release iPhone Distribution:my name and prof id Any ios sdk iPhone Distribution:my name and prof id Could you help me? – Evaristoyok Mar 16 '12 at 17:59
  • @Evaristoyok Even if you choose "iPhone distribution" for the code signing identity, you may still have "iPhone developer" set for "any iOS SDK" (expand "code signing identity"). This is what messed things up in my case. – Trennonix Aug 22 '12 at 07:03