Pergunta

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?

Foi útil?

Solução

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.

Outras dicas

For the error:

Valid signing identity not found

see Apple's published steps to resolve this problem.

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.

I faced the same problem yesterday.For some reason i deleted my keys,because of that my provisioning profiles were with warning "valid signing identity not found".

As i worked on push notification previously i have saved "X.p12"file from private key .if u saved that then u have to double click on that and give that password that u given while saving it. that's it my provision profiles are valid now :).

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top