I was working perfectly fine last week and somehow the HD was damaged, I bought a new one and everything ok... Then I install xcode and download some certificates for my app, app developer, etc... And when I plug my iPod touch in the iPod provisioning Profiles i get the message "Valid signing identity not found". What can I do to restore everything back to normal?
Asked
Active
Viewed 8,906 times
6
-
did you also add your certificates into your keychain? the provisioning profiles go into xcode, the developer / distribution certificates go into the keychain. – alex Feb 21 '12 at 17:20
-
yes, that was the first thing done after I downloaded them – ChecoSchnaider Feb 21 '12 at 17:23
1 Answers
10
You need the private keys that were used to sign the certificate. If you don't have them anymore you can generate a new signing request on the dev page.

Suraj Rao
- 29,388
- 11
- 94
- 103
-
2thanks I had to delete all the certificates and re-make them... thanks a lot – ChecoSchnaider Feb 22 '12 at 18:44
-
In my case I'm trying to use two computers both using the same profile. After I import private key from key chain of one computer to another, the message "Valid signing identity not found" disappears. – huggie Aug 06 '13 at 06:40