3

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).

Gavin Anderegg
  • 6,281
  • 2
  • 25
  • 35
India
  • 403
  • 2
  • 4
  • 16
  • 1
    for testing purpose use development certificate. your .ipa file not able to install in other devices if your signing with distribution certificate. – Jignesh Agola Nov 25 '14 at 10:00
  • 1
    Yes I realized the same after hell lot of RND, apple keep changing its policies its becoming headache some times – India Nov 27 '14 at 09:13

1 Answers1

3

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

India
  • 403
  • 2
  • 4
  • 16
  • 5
    I am also facing the same error 'Your account already has a valid iOS distribution certificate'. I creating iPA using distribution provisioning file and distribution certificate. How your issue was resolved? – Kirti Nikam Dec 17 '14 at 11:22