1

I deleted old certificate. But again and again this error will come. But in keychain i have only one certificate. Im using ios6.1

Ram
  • 1,687
  • 3
  • 18
  • 28

2 Answers2

4

By following @CleverCoder's answer of Codesign error: Certificate identity appearing twice, I found that just deleting the private key (by clicking the left triangle of the Certification) instead of Certification in "Keychain Access" works for me.

Community
  • 1
  • 1
Kjuly
  • 34,476
  • 22
  • 104
  • 118
2

once remove all copy of Your certificate from your keychain, then again install it in keychain. it'll solve your problem.

hope this helps. thanks.

Dhruvik
  • 984
  • 4
  • 18
  • 1
    have u checked Organizer section in your xcode? Have it displaying multiple copy of your certi? – Dhruvik Apr 01 '13 at 11:12
  • That's BS that we have to even do this. I'm getting this problem too...easy to solve, but annoying. Because it happens repeatedly. I only got it once I updated to mountain lion – PostCodeism Jul 05 '13 at 20:30