Xcode stuck at “Your application is being uploaded

2020-01-24 10:44发布

I am facing an issue while submitting my app from Xcode to the App Store. I have done everything regarding my project, and its running fine on my iPhone and iPad. But when I submit my project I am facing a huge problem.

First after archive I have done the validate. Now my archive file in Organizer is showing status pass validation as well. So I believe I am at the final step of submitting the app.

  1. I have clicked on distribute and selected submit app to app store.

  2. After login I have selected provisioning files as well.

  3. I am stuck here. You can see in the screenshot below. And I have never seen any
    progress bar where I can see the submission progress or something like that.

Only screen I can see is:

enter image description here

Edited:

It was near about 1.30 hours. And internet connection is working. My ipa file is only 3.5 MB.

And last when I tried Application loader to upload the same I received the following screen as well for a long time in Authenticating with the iTunes Store... ..

enter image description here

What should I do now?

21条回答
Luminary・发光体
2楼-- · 2020-01-24 10:59

I had similar issue while uploading iOS apps through application loader.Then once after i opened iTunes parallel all of the sudden uploading apps was faster.Not sure if iTunes has any dependency with application loader.

查看更多
小情绪 Triste *
3楼-- · 2020-01-24 10:59

I had the same issue. Trying all these answers may work sometimes, but usually it takes much time and may not work at the end like in my case.

I figured out a solution which will probably work for all.

  • Create your .ipa file by: Product -> Arcive -> Disribute(Save for Enterprise or ...) -> Next and save .ipa at target

  • Xcode -> Open Developer Tool -> Application Loader -> Deliver your app -> Pick your .ipa file

Withing few minutes your app will submit to iTunes. Good luck

查看更多
够拽才男人
4楼-- · 2020-01-24 11:00

All i did was duplicate my Application Loader.app in /Applications and ran both Application loaders at the same time.enter image description here enter image description here

查看更多
做自己的国王
5楼-- · 2020-01-24 11:05

For me, just logging out from ituneconnect website and developer.apple.com does work.And just using xcode to upload. No need to restart

查看更多
别忘想泡老子
6楼-- · 2020-01-24 11:07

To be honest, this may not be an answer but it really worked for me.

I launched Application Loader and started submitting. While sumbitting was going on, I launched Organiser and select Distribution over archiver in Xcode as well and started uploading concurrent. They worked together and 2nd one completed the submission.

Just my experience.

查看更多
霸刀☆藐视天下
7楼-- · 2020-01-24 11:08

None of the answers worked for me and my upload was hanging for days without any error. (my build was generated using Expo). Here's what I did to make this work:

  1. In the apple's guideline, it says one way to upload the build is to use the Transporter.
  2. Using the Transporter, it was able to detect and output the error.
  3. It turns out the root cause for me was the XCode version was 9 but it has to be 10.

I hope this helps others who are struggling on this issue.

查看更多
登录 后发表回答