iosxcode

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


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?


Solution

  • 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:

    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)