Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How To Solve App Store Connect Organizer Warning "Your version of iTMSTransporter will be updated in approximately ... days" Error?

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

like image 571
KZoNE Avatar asked Dec 17 '21 05:12

KZoNE


3 Answers

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
like image 163
KZoNE Avatar answered Oct 22 '22 04:10

KZoNE


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

like image 23
Julio Bailon Avatar answered Oct 22 '22 03:10

Julio Bailon


Update your XCode to the latest version - Version 13.2.1 (13C100). Rebuild your solution and upload your app again. The error should not appear anymore.

like image 1
Andrei Iovan Avatar answered Oct 22 '22 04:10

Andrei Iovan