Cannot select latest uploaded version to add to testflight

自作多情 提交于 2019-11-28 14:26:24

The issue has been mysteriously solved by uploading the application from Application Loader with Aspera turned off instead of using Xcode's organizer window as suggested by Apple Developer support. Make sure you add: <key>ITSAppUsesNonExemptEncryption</key><false/> in your info.plist file before archiving the build. Although mysteriously my previously uploaded builds have also become available for external testing.

Body of email that helped solve the issue:

After further research, it looks like their may be an issue from your end with your network while trying to upload to this app record in iTunes Connect.

First, for the best upload experience make sure that all ports and IP addresses are accessible. Additionally, it’s important to make sure the internet connection is very good, and that there are no firewalls blocking the uploads. More information can be found here:

http://help.apple.com/itc/apploader/#/itc8e7ec5a60

Second, it may be beneficial to try using the latest version of Application Loader. Please note that you can export your project from Xcode to upload through Application Loader. As a temporary workaround, once you have Application Loader open, you can go to the File menus and select the following:

Application Loader > Preferences

Then, select Advanced, and as a temporary workaround you can try deselecting Aspera and upload the build again. You can follow the steps below to use the latest version of Application Loader.

  1. Download the latest version of Xcode from the Mac App Store:

-http://help.apple.com/itc/apploader/#/itc8e7ec5a60

  1. Open the latest version of Xcode

  2. Go to the File menu and select Xcode > Open Developer Tool > Application Loader

Lastly, try uploading again to see if the issue persists.

Hello my dear friend there,

I am also having your issue yesterday, I have this similar screen with yours:

The build is duplicated which one of them are processing forever until today.

My personal problem solving was:

  1. Increase my build number in Xcode so that I can reupload my build

  2. Rearchive the build then export for iOS App Store Deployment in Xcode Organizer

  3. Reupload the build using Application Loader

  4. Then try to reconfigure the build in iTunes Connect. For a while it is processing like usual, but it will not take forever, after one hour, the build will be available for testing.

Hope my personal troubleshooting can be applied to your issue too.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!