Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

An error occurred uploading to the app store with no error code

Just updated to XCode 9. Trying to upload the build to iTunes Connect but getting an error:

Error

No error code is displayed. Have anyone dealt with this?

like image 468
Igor Andreev Avatar asked Dec 06 '17 05:12

Igor Andreev


3 Answers

I had the same problem this morning, you can try to open the terminal and run these commands:

cd ~
mv .itmstransporter/ .old_itmstransporter/

It worked for me.

like image 157
Loegic Avatar answered Nov 15 '22 17:11

Loegic


Go to Preferences > Network > Advanced > Proxies and make sure "Auto Proxy Discovery" and "Automatic Proxy Configuration" are checked but none of the other proxy options are checked. I had to uncheck "SOCKS Proxy" option to resolve the issue. Found this solution in a comment of this thread.

like image 31
Kazi Abdullah Al Mamun Avatar answered Nov 15 '22 18:11

Kazi Abdullah Al Mamun


The only thing that helped me was to use Transporter (from the Mac App Store: https://apps.apple.com/us/app/transporter/id1450874784?mt=12). Export with the export button on the failure panel to a directory. Login, then open the *.ipa with Transporter and the upload works.

like image 26
cat Avatar answered Nov 15 '22 19:11

cat