For Fastlane, there is an open issue for this:
https://github.com/fastlane/fastlane/issues/29698
And the workaround is to use an environment variable to force Fastlane to use an older altool version
export DELIVER_ALTOOL_ADDITIONAL_UPLOAD_PARAMETERS="--verbose --use-old-altool"
This worked for our app upload at least with XCode 26.0.1 17A400 and Fastlane 2.228.0.
Topic:
App Store Distribution & Marketing
SubTopic:
TestFlight
Tags: