I have downloaded a provisioning profile from my id, but when I drag into Xcode, and then in the provisioning profile section it says

a valid signing identity matching this profile could not found in key chain

I am trying to download the existing profile and drag into Xcode, but this gives me the problem that how could I deploy my application to the device?

link|improve this question

52% accept rate
Hey did you download your private key? – Parth Bhatt Mar 22 '11 at 5:39
does your keychain's keys section show your private key? – Parth Bhatt Mar 22 '11 at 5:41
i download only provisioning profile from program portal...there are so many private keys in key chain access!i dont know what to do.. – ketan rajput Mar 22 '11 at 5:49
You need to delete the private keys of yours and create a new private key and download it into your keychain that would solve your problem for sure. – Parth Bhatt Mar 22 '11 at 6:16
I solved my problem at this [See the answer to this question][1] [1]: stackoverflow.com/questions/6769345/… – Felipe Conde Mar 12 at 20:26
feedback

3 Answers

up vote 3 down vote accepted

Delete all your private and public keys. Create one new one by using the assistant to request a certificate...

Before you do anything else name the key by double clicking on it and typign a name that identifies it as the one key you will keep.

Delete all others.

See this question which you might have found with a quick search, from earlier today.

link|improve this answer
feedback

For the error:

Valid signing identity not found

see Apple's published steps to resolve this problem.

link|improve this answer
feedback

I had the same problem yesterday and solved it successfully. It took me almost a week to figure out the process.

I think your keychain does not possess a valid developer certificate or Apple WWDRCa certificate. To solve this download your developer certificate and drop it into your keychain. Then download the Apple WWDRCA certificate and again drop it into your keychain.

Remember that you must have your private key along with your developer certificate. By now, your keychain will have a matching profile. Now drop your provisioning profile in your Xcode and see. It should work.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.