I tried to add my iPhone to Xcode4 to test my Application on it. I added the device in the Apple Developer-Center and downloaded the Provision-Profile. We pay 99$ per month for the account and I'm not the only person who use this account. So there is already an "older" certificate present which I tried to add to my keychain-manager. But I see a red-text above it (translated from german) "This certificate has been signed by an unknown instance.".

In my XCode-Device Manager in the Provisioning-Section there's also an error: "XCode could not find a valid private-key/certificate pair for this profile in your keychain.".

I really don't understand what I have to do now. These keys may really not exist in my keychain, I can't find them. So how I have to create them know and how can I use them if there is already one certificate in the Apple Dev-Center?

I hope you can help me, I spend hours on it now.

Thanks you in advance.

link|improve this question

69% accept rate
feedback

5 Answers

up vote 22 down vote accepted

To generate a certificate on the Apple provisioning profile website, firstly you have to generate keys on your mac, then upload the public key. Apple will generate your certificates with this key. When you download your certificates, tu be able to use them you need to have the private key.

The error "XCode could not find a valid private-key/certificate pair for this profile in your keychain." means you don't have the private key.

Maybe because your Mac was reinstalled, maybe because this key was generated on another Mac. So to be able to use your certificates, you need to find this key and install it on the keychain.

If you can not find it you can generate new keys restart this process on the provisioning profile website and get new certificates you will able to use.

link|improve this answer
4  
The other developer may be able to export the private key and copy it to your machine. Or as suggested here you can generate your own development private key, certificate and provisioning profiles. – koregan Mar 22 '11 at 13:45
Hm, I created my own provisioning-profiles and added the device. But I don't know how to create the private key so that it is accepted by the certificate. – Kevin Glier Mar 22 '11 at 14:50
How do i generate my pair of keys? public and private? – Mr_Nizzle Apr 3 '11 at 16:56
9  
Everything is explained here: developer.apple.com/ios/manage/distribution/index.action – Ludovic Landry Apr 4 '11 at 8:40
feedback

Here was my personal savior. These certificates had me pulling my hair out.

:-( A valid signing identity matching this profile could not be found in your keychain

(The longer explanation from Simon Alexander)

link|improve this answer
1  
If you follow the link, check out some of the shorter answers. Simon Alexander's answer is very entertaining, but you might not have to go through all of his steps. – brainjam Nov 2 '11 at 19:42
feedback

I found this link working great for me. Follow this link,describing certain steps for creating provisional profile as well certificates

http://mobiforge.com/developing/story/deploying-iphone-apps-real-devices

link|improve this answer
Okay, that link looks good, I will add it to my favourites. But I better ask the other developer to give me the private key first. – Kevin Glier Mar 23 '11 at 8:59
feedback

I had a similar situation: multiple developers using the same private key, but I couldn't find mine anymore after upgrade to Lion. The very simple fix was to export the private key for the specific certificate (in my case the Development cert) from the other machine, move it to my computer and drag it into keychain access there. Xcode immediately picked it up and I was good to go.

link|improve this answer
feedback

your Apple developer certificate might have expired or else ur system date is greater than your account expiry date

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.