ali10
ali10

Reputation: 75

Why I can't see my developer certificate in build settings?

This morning I tried many times upload my app to store, but I couldn't. And after that I deleted all the certificates from keychair and developer account. I created them again. But now I can't see them in my project. In Organizer the profiles status isnt visible!! Here is an image that relates to my problem.

enter image description here

Does anyone have an idea what might cause my problem and how I can solve it?

Upvotes: 3

Views: 219

Answers (2)

Sveinung Kval Bakken
Sveinung Kval Bakken

Reputation: 3824

Remember to import the Apple Worldwide Developer root certificate as well.

Upvotes: 0

Toastor
Toastor

Reputation: 8990

If you renewed all of your certificates, then all provisioning profiles using these certs have become invalid. You need to renew those as well.

Once you did, import them into the Xcode organizer and make sure that no warnings about missing certificates or code signing identities are displayed if you select one.

Upvotes: 2

Related Questions