Reputation: 1
I am using xcode 4.5.1 i have created csr,cer and provisioning profile files, but when i drag provisioning profile file to xcode it gives error "unable to codesign using identities in this team no private keys available." and "valid singning identity not found." Any help appreciated.
Thanks, Madhuri
Upvotes: 0
Views: 3128
Reputation: 1260
You shouldn't need to this manually.
If you go the Xcode Organiser:
repeat the same operation for the provisioning profile and XCode will install all the development assets you need to get started.
Upvotes: 2
Reputation: 20021
It sounds like you do not have the keys corresponding to the certificates in your keychain.Export and install the private key to the keychain and try again
Upvotes: 0