When ⌘ + 2 to view the Source Control panel, branch names can be displayed completely.
It might be caused by the same bug.
Post
Replies
Boosts
Views
Activity
I finally solved the problem by removing ~/Library/Caches/com.apple.amp.itmstransporter folder.
For safety, it might be better to rename by appending a suffix such as .old.
Then, I uploaded successfully by xcrun altool --upload-app, which recreates the removed cache folder automatically.
Copied from https://stackoverflow.com/a/64373421/1107242
xcrun simctl list runtimes will tell
iOS 10.3 (10.3.1 - 14E8301) - com.apple.CoreSimulator.SimRuntime.iOS-10-3 (unavailable, The iOS 10.3 simulator runtime is not supported on hosts after macOS 10.15.99.)
iOS 11.0 (11.0.1 - 15A8401) - com.apple.CoreSimulator.SimRuntime.iOS-11-0 (unavailable, The iOS 11.0 simulator runtime is not supported on hosts after macOS 10.15.99.)
It might be the cause of your problem.
Finally, I managed to upload my ipa file by switching to altool, https://help.apple.com/app-store-connect/#/devb1c185036
It seems that the Transporter App, which issued 5 months ago, does not match macOS Big Sur beta 3 or Xcode 11.6, since it worked OK with Xcode 11.5
I tried to add 2FA (two factor authentication) to my Apple ID, but it did not work.
I tried to rm -rf ~/Library/Caches/com.apple.TransporterApp/*, which did not work either.
I tried to rm -rf ~/Library/Caches/com.apple.amp.itmstransporter/*, neither worked.
iOS system time was changed by someone, so I reset it to auto-update and it works OK now.It seems that incorrect system time cuases mobileprovision verification failure.
Another solution works very well, just change .touchUpInside to .touchDown