问题
While trying to publish an iOS app via Xcode, and after passing most of validations, I received the following error:
A downloaded software component is corrupted and will not be used. https://contentdelivery.itunes.apple.com/transporter/repositories/j2se8/1.12.0/bundles/com.apple.transporter.mediatoolkit-1.12.0.jar
Actually, I'm running MacOS High Sierra on VMware
回答1:
Goto Terminal (command-line) and run this command. This command updates the components from Apple server.
"/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"
Output of command show: INFO: Transporter is searching for new software components. INFO: Downloading com.apple.transporter.mediatoolkit/1.13.0...
Try to publish app now. Should work.
回答2:
Open termina and copy past please use following command
cd mv .itmstransporter/ .old_itmstransporter/
"/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"
this is work for me.
来源:https://stackoverflow.com/questions/54080635/while-publish-via-xcode-a-downloaded-software-component-is-corrupted-and-will-n