Home > front end >  How To Solve App Store Connect Organizer Warning "Your version of iTMSTransporter will be updat
How To Solve App Store Connect Organizer Warning "Your version of iTMSTransporter will be updat

Time:12-18

I have uploaded a build through the xCode organizer and It shows the error "Your version of iTMSTransporter will be updated in approximately ... days"

As it shows, Upload the archive with warnings thought it was not available in the App Store Connect TestFlight after some time. And there is no any mail received from Apple regarding the build. Any idea how to sort this out and how to upload the build?

This start to happen after I update the macOS to 12.1 Monterey and xCode to 13. enter image description here

CodePudding user response:

I have tried a few options but the optimal workaround is to download the iTMSTransporters' early access versions as mentioned in the instructions. You can download it from a terminal command.

/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/itms/bin/iTMSTransporter -updateChannel earlyAccess

CodePudding user response:

Apple just released version 13.2.1 that fixes the multiple big issues with 13.2

CodePudding user response:

Is this just a warning? Do I need to worry or update anything?

  • Related