App Store Connect Operation Error resource download failed : com.apple.transporter.mediatoolkit/2.2.0

1,917

Solution 1

The message has nothing to do with the archive or the build. It's saying something about the tool you used to perform the upload from your computer to Apple. That tool is Xcode so there's nothing to worry about. There is always a little friction when a new major Xcode version is released but it gets ironed out at the server end eventually

After several days, I could upload my archives/builds successfully without upgrading XCode and MacOS, it looks like Apple has fixed this issue.

Solution 2

a. Install the "Transporter" app from the MacOS app store.
b. From Xcode's organizer, choose your archive and press "Distribute App"
c. Instead of "Upload", choose "Export" and proceed ahead as usual.
d. Drop the exported .ipa into the transporter and press "Deliver".

another

upgrade xCode

another

Go to Preferences > Network > Advanced > Proxies and make sure "Auto Proxy Discovery" and "Automatic Proxy Configuration" are checked but none of the other proxy options are checked.
one had to uncheck "SOCKS Proxy" option to resolve the issue.

Solution 3

Install "Transporter" from de App Store, sign in with your apple ID and then try again.

Share:
1,917
persec10000
Author by

persec10000

My Major Skills I am a System Developer, Security/Blockchain Expert, the Full-Stack Web + Mobile Developer who has 15 years of experience. I am a top-level mobile app developer and I have 7 years, 10000+ hours of experience in Mobile app programming - iOS, Android and etc. Also As a PHP and JavaScript guru, I have a special experience with Laravel and Vue/React/Angular. My skills and experience: Typescript/ES5+/JSX/D3/Three.js/Chart.js/HighCharts MEAN/MERN stack, Python/Django, Asp.net, Angular, Vuex, Nuxt.js, Vuetify, Next, Gatsby, etc. PHP - Laravel, Yii, CodeIgnitor B2B, B2C eCommerce website, Wordpress/ WooCommerce, Shopify, prestashop, Magento,Opencart ASP.NET/C#, JSP/Java, C/C++ Unity 3D, Cocos Objective-C, Swift, React Native, Flutter, Ionic, Xamarin High quality, clean code, and fast speed will always be guaranteed. I will keep the best service for my client. Work History: https://www.freelancer.com/u/jeyhunilysov Recent product https://cardaji.com/ https://apps.apple.com/au/app/cardaji/id1555418255 https://play.google.com/store/apps/details?id=com.ZItheraTech.cardaji https://getthat.io https://indiefire.io https://wordzy.games Security Products: Astaro Firewall, Snort, NgTrace(www.ngsystems.net), Wireshark, SSO, WSO, eToken Management System, ... System Development: Fedora Mobile Projects: Cardaji, GetThat, SongBooth, AmbrePole, Glympse, Swap-Face, ... Web Projects: https://www.scolptio.com ( ASP.NET, Angular, Three.js, Echo3D, ... ) https://www.agroaktiv.de ( Yii2 ) https://www.cocoblacklabel.de ( Shopify ) https://www.abaeternowatches.com ( WordPress woocommerce ) https://proautomationtools.com ( ASP.NET ) https://indiefire.io ( NFT Marketplace - Angular, Solidity, openzeppelin ) https://wordzy.games ( React, Firebase ) https://app.videocourse.app ( Vue + Python ) https://sim.tradersync.com ( Vue, Go ) ...

Updated on January 01, 2023

Comments

  • persec10000
    persec10000 over 1 year

    When I tried to distribute the app binary to AppStore today, uploading failed and found the following errors.

    Distribution failed with errors:

    The following issues occurred while distributing your application.

    App Store Connect Operation Error resource download failed : com.apple.transporter.mediatoolkit/2.2.0

    App Store Connect Operation Error unsatisfied requirement: com.apple.transporter.itmstransporter

    App Store Connect Operation Error unsatisfied requirement: com.apple.transporter.softwaresupport

    App Store Connect Operation Error (&(package=com.apple.jingle.leghorn.fileformat)(version>=2.2.0)(!(version>=3.0.0)))

    App Store Connect Operation Error unsatisfied requirement: com.apple.transporter.core

    I've tried to resubmit but also failed again. I am using Xcode12.4 on Mac OS Catalina 10.15.6. Distributing binary had been worked very well for few months, but today it is not working with the above issues.

    Edit: It looks like Apple has fixed this issue as my archives are uploading without any warnings though I didn't upgrade xCode and MacOS.