I deleted old certificate. But again and again this error will come. But in keychain i have only one certificate. Im using ios6.1
Asked
Active
Viewed 6,230 times
1
-
See:http://stackoverflow.com/questions/5932522/codesign-error-certificate-identity-appearing-twice – Vishal Apr 01 '13 at 10:42
-
I already saw so many links..won't help... – Ram Apr 01 '13 at 10:44
-
close your XCode & also your mac after some time restart it & then check. – Vishal Apr 01 '13 at 10:47
-
See this & follow:http://stackoverflow.com/questions/9359239/code-sign-error-certificate-identity-iphone-developer-my-name-xxx-appears – Vishal Apr 01 '13 at 10:47
-
@Vishal: I tried all methods...no luck – Ram Apr 01 '13 at 10:51
2 Answers
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.
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
-
1have 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