xcodeapplication-loader

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?


Solution

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