I\'m trying to upload my app to iTunes Connect with Xcode. I chose product > archive, choose my account, it compiles and when I try to upload it hand for a long time on:
To submit to App Store use Application Loader
but after creating the "App-Specific" password as the following:
APP-SPECIFIC PASSWORDS
.Generate Password...
Click the link to create an app-specific password, Enter your password. Application Loader
.ipa
to submit it.Here the solution that helped in Xcode 8, summary screen:
For developers uploading apps with Xcode: simply change network and restart your Mac.
I solved this issue.
There is a checkbox "include bitcode" at the bottom of the Summary screen (when you validate Archive) or Send XXX to Apple screen (when you upload to App Store) where the Organizer show the Binary and Entitlements together with Provisioning Profile. In XCode 7 it is checked by default. I unchecked it and re-run Validation - worked fine. As soon as checked the checkbox back on, it started failing with same error.
I have also unchecked the other checkbox on the same screen - symbolis upload.
Successfully uploaded the binary using the Organizr just now.
In my case, The build with the same number (e.g. Version 1.0(1.6)) was already been uploaded to AppStore. I found that after logging into itunes and checked the TESTFLIGHT BUILDS -> iOS and there I saw 1.6 (Processing)
Note: 1.0 is the version number and 1.6 is build number.
My solution was to install Application Loader. At first it seemed like it's stuck as well, but after about 10 minutes it started uploading.