Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode "valid signing identity not found" on new Computer

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?

like image 665
ChecoSchnaider Avatar asked Feb 21 '12 17:02

ChecoSchnaider


1 Answers

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.

like image 84
Era Avatar answered Oct 10 '22 01:10

Era