Naresh
Naresh

Reputation: 955

App Store Connect Operation Error, "An error occurred while trying to start the iTMSTransporter"

enter image description hereWhile uploading build I am getting an issue: "An error occurred while trying to start the iTMSTransporter"

XCode Version: 11.2 (11B52) Mac Version: Catalina 10.15.2 (19C57).

I have tried to re-add my developer account to xcode, nothing works. Please help, Thanks in advance.

Upvotes: 3

Views: 4470

Answers (2)

Naresh
Naresh

Reputation: 955

After an huge R & d I get to know that the xcode 11.2 can't be used to upload TestFlight build. This is an issue with xcode.

Upvotes: 0

user12688502
user12688502

Reputation:

Solution 1:

Open the terminal and run the following command:

cd ~
mv .itmstransporter/ .old_itmstransporter/

This will force iTunes to recreate a new ~/.itmstransporter folder.

Solution 2:

Check if any updates are pending or not either iTunes or MacOs

Upvotes: 1

Related Questions