While publish via Xcode: A downloaded software component is corrupted and will not be used

时光总嘲笑我的痴心妄想 提交于 2019-12-05 16:22:54

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!