Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error When Attempting to Upload a Build to iTunes Connect

I am getting an error while trying to upload a build to iTunes Connect. This is the first time that I have seen this error, and I can't resolve it. I have tried following advice from other posts, but that has not proved successful. I have tried removing and re-adding my account in Xcode, having the client change my role to Application Manager, manually managing signing, and attempting to use Application Loader, which returns the same error.

I have two teams associated with my account; my personal team and my client's team. I am trying to upload my client's application, which I have done many times without issue. However, I just started getting the following error today:

Screenshot of application upload error

I don't understand why this error has started occurring today after successfully uploading builds within the past few weeks.

Did something change on Apple's end that is now causing me to receive this error after successful uploads over the recent weeks?

like image 922
Nick Kohrn Avatar asked May 31 '17 22:05

Nick Kohrn


Video Answer


2 Answers

As @AmodGokhale pointed out, this is likely a glitch on Apple's side. I just tried to upload with the Application Loader and can confirm that it works.

If you are not familiar with the Application Loader, here is how you do it.

  • Archive your project
  • Export -> Save for iOS App Store Deployment (save it where you can easily find it).
  • Xcode -> Services -> Open developer tool -> Application Loader
  • Deliver your app
like image 62
Robert Gummesson Avatar answered Oct 06 '22 06:10

Robert Gummesson


Same issue here - I had to use the application loader. As said above you have to generate an application specific password. This can be done here: https://appleid.apple.com/account/manage Look for "APP-SPECIFIC PASSWORDS" in the "Security" section, and click "Generate Password…" I typed "Loader" for the "Password Label" and then cut and paste the password generation into the login screen of the Application Loader.

All seemed to be straight forward from then on.

like image 34
xyzDave Avatar answered Oct 06 '22 08:10

xyzDave