Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Archive upload failed with errors

I am trying to upload a new build to iTunesConnect from xCode, but every time I encounter this issue:

enter image description here

What is the problem? and how can I fix this?

like image 799
Amani Elsaed Avatar asked Jan 04 '23 22:01

Amani Elsaed


1 Answers

Recently I started facing issues during upload progress and Xcode used to get stuck a lot and would eventually fail with the second error which you are seeing. Having fed up for a while, I switched to use Application Loader in XCode.

Way to use would be, first archive your app, once that is finished, you can spot Export option on the right hand side panel just below Upload to App Store option. After you select Export You will see different options. Select Save for iOS App Deployment. This will create a .ipa file and save it in your desired location.

Now, go to XCode -> Developer Tools -> Application Loader -> Deliver Your App -> Select the .ipa file where you had saved before.

This method has been helping me a lot and failed not even once for quite sometime. Hope it helps you as well.

like image 175
Abhishek Harsha Avatar answered Jan 19 '23 04:01

Abhishek Harsha