pixelbitlabs
pixelbitlabs

Reputation: 1934

Why aren't my distribution certificates showing in Xcode?

Recently my distribution certificates have disappeared from Xcode. When I tried to add more (by double clicking on the downloaded .mobileprovision file and then Xcode opens and supposedly installs it), Xcode just ignores the files and they are not associated with my devices.

Why could this be? All the developer certificates are showing perfectly fine but no distribution ones and whatever I do - I can't install any or "un-hide" them!

Upvotes: 0

Views: 2479

Answers (2)

Tendulkar
Tendulkar

Reputation: 5540

check your certificates keys and Expiration dates also

Upvotes: 0

Vishal Kardode
Vishal Kardode

Reputation: 971

Most probable thing is, you lost your private/public key pair on your Mac. This key pairs are generated when you create CSR.

Check if you have those key pairs. if not install again (if you have back up). If you do not have back up, create new CSR and then again generate certificate and repeat all to create new mobileprovision.

Upvotes: 2

Related Questions