Xcode 6 Beta 2 Issue Exporting .Ipa: "Your Account Already Has a Valid iOS Distribution Certificate"

Xcode 6 beta 2 issue exporting .ipa: Your account already has a valid iOS distribution certificate

This is what worked for me.

  1. On my machine I kept both Xcode 5 and Xcode 6 beta.

  2. From Xcode 6 beta, Archive the project. Close Xcode 6.

  3. Open Xcode 5, go to Organizer and export as Ad Hoc build with proper provisioning profile.

That's it!

Xcode 6 App Store submission fails with Your account already has a valid iOS distribution certificate

Got it solved by editing the iOS Distribution Provision Profile in the Developer Member Center.

For some reason there were 2 certificates to choose from for the Distribution Provisioning Profile. I switched over to the other certificate and I could Validate and Submit my Archive build for beta testing.

So, you may have more than one certificate for signing your Provision profiles. Make sure you have the right one (by trying all of them) and hopefully that should work.

I tried many things like Exporting Developer profile from Xcode Accounts and importing it in the organizer, installing the provision profiles from the member center, adding them to my keychain. But none of those worked. It started working only after editing the appropriate Provisioning Profile manually.

You could also trying removing all your available Provisioning Profiles and let Xcode create new ones for you. This will work too.

Xcode 7.2.1. Your account already has has a valid destribution certificate and than an App Id is not available

Download Distribution certificate locally in your keychain and then archive.

Error while uploading binary to app store

This will happen when you have already generated a distribution certificate, and the distribution certificate that you have used to sign the application is different from the one that is present on Apple Developer Portal.

Try revoking the certificate in the Apple Developer Center, then go to XCode, Preferences, Select your Apple Id which has enrolled to the developer program, Click "View details", then Click on the "+" button and click on "iOS Distribution".

Sample Image
Then refresh the Provisioning profiles. Make sure you are connected to the internet. I am hoping that this will fix the issue.



Related Topics



Leave a reply



Submit