Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode stuck in "Uploading package to the App Store" stage while uploading

Tags:

xcode

ios

swift

I have tried to upload an application to Test Flight. The app is successfully validated.

However, when distributing, Xcode is stuck in the "Uploading" stage as shown below:

Uploading
Uploading package to the App Store...

Uploading package to the App Store...

I have waited 2 hours and nothing has changed.

I am using Xcode 11.1. Is there any solution for this problem?

like image 426
Aybek Can Kaya Avatar asked Mar 09 '20 13:03

Aybek Can Kaya


3 Answers

I faced the same problem, and first what I tried was to check my traffic. So I found a process called java (ironic).

The process has since been renamed to com.apple.dt.Xcode.ITunesSoftwareService

Activity monitor

If you will check info about this process there will be tab Open Files and Ports and there in the bottom of the log window, you will see %YourApp%.ipa. And in general if Sent Packets & Sent Bytes increasing that's mean uploading is not stuck it's just can be one of many issues such as:

  • Bad connection
  • Slow upload speed
  • Accepting capacity of Apple servers
  • Highload network
  • etc.

To open Activity Monitor: Open Spotlight(cmd+space or ctrl+space) -> Type Activity Monitor -> open tab Network

Summary: Don't worry, and take your time :)

P.S. For increasing speed of upload you can not include bitcode.

P.S.S. Try also to use the Transporter app, sometimes it helps to speed up uploading. (https://apps.apple.com/in/app/transporter/id1450874784?mt=12)

like image 173
Andrew Z. Avatar answered Nov 19 '22 08:11

Andrew Z.


I had this same problem. Trying to upload using Application Loader once you're on Xcode 11 doesn't work.

My solution was to use the new Transporter app.

like image 24
Mick Byrne Avatar answered Nov 19 '22 08:11

Mick Byrne


Check if Apple servers are responding from this link: https://www.apple.com/support/systemstatus/ Sometimes they face issues, Apple updates this page regularly.

like image 6
Atul Dhaka Avatar answered Nov 19 '22 06:11

Atul Dhaka