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

后端 未结 5 1374
失恋的感觉
失恋的感觉 2021-02-13 15:56

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 wil

5条回答
  •  [愿得一人]
    2021-02-13 16:04

    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.

提交回复
热议问题