Your account already has a valid iOS distribution certificate from same machine

13k Views Asked by At

I am trying to create an IPA from my machine.

While creating an IPA I am getting the error "Your account already has a valid iOS distribution certificate".

I created the certificate and provisioning profiles, so all my code signing identities are on my machine. I'm able to run the app in device with the same certificate but unable to build the .ipa file.

I am creating the certificates with admin rights (not with agent rights). I am creating Development certificate (not an ad hoc certificate: for some reason I can't use ad hoc).

1

There are 1 best solutions below

1
On BEST ANSWER

I create IPA file with distribution certificate instead of development profile.