Application Loader Errors out

After updating to the newest Xcode, when I try to upload an app I get the error:


"an error occurred uploading to the App Store" after the Application Loader verifies the app and tried to upload.


I have tried uninstalling Xcode and rebooting and getting a fresh copy.


The Application Loader error log:


An error occurred while starting bundles for the software update process. Transporter will try to continue. Unresolved constraint in bundle com.apple.jingle.leghorn [5]: Unable to resolve 5.0: missing requirement [5.0] package; (package=com.sun.xml.bind.v2)

[2017-10-03 18:06:54 PDT] <main> INFO: Transporter is searching for updated software components.

[2017-10-03 18:06:54 PDT] <main> INFO: No updates found.

[2017-10-03 18:06:55 PDT] <main> INFO: MD5 checksum calculation in the transporter will be skipped.

[2017-10-03 18:06:55 PDT] <main> INFO: Logging level set to eXtreme

[2017-10-03 18:06:55 PDT] <main> INFO: Logging configured successfully.

[2017-10-03 18:06:55 PDT] <main> DEBUG: Attempting refresh of configuration data from https://contentdelivery.itunes.apple.com/transporter/Defaults.properties

[2017-10-03 18:06:55 PDT] <main> DEBUG: Configuration refresh successful.

[2017-10-03 18:06:55 PDT] <main> DEBUG: Saving configuration to local path: /Users/vink/.itmstransporter/Defaults.properties

[2017-10-03 18:06:55 PDT] <main> INFO: iTMSTransporter : iTunes Store Transporter [1.9.6]

[2017-10-03 18:06:55 PDT] <main> INFO: OS identifier: Mac OS X 10.12.6 (x86_64); jvm=25.71-b02; jre=1.8.0-u131-b11-iTMSTransporter-b02

[2017-10-03 18:06:55 PDT] <main> INFO: Memory: [JVM] 1023M free, 1050M total, 1820M max [System] (Physical) 46M free, 16384M total (Swap) 755M free, 1024M total

[2017-10-03 18:06:55 PDT] <main> INFO: Client: Application Loader 3.7 (1034)

[2017-10-03 18:06:55 PDT] <main> INFO: Upload mode selected.

An error occurred while trying to start transporter. Exception's name: java.lang.NoClassDefFoundError, Exception's message: org/springframework/util/backoff/ExponentialBackOff

Accepted Reply

Solution: Application Loader has corrupt data, just run this in Terminal.app


cd ~

mv .itmstransporter/ .old_itmstransporter/

Replies

Solution: Application Loader has corrupt data, just run this in Terminal.app


cd ~

mv .itmstransporter/ .old_itmstransporter/