I'm repeatedly hitting an issue when deploying Xcode Cloud builds to macOS from TestFlight.
Once the build appears in TestFlight I hit the "Install" or "Update" button in TestFlight and after a couple of seconds of spinning-wheel the button goes back to it's original state and the app fails to install.
There's no error pop-up but I've noticed an
Error Domain=ASDErrorDomain Code=710 "Invalid hash 'xxx' expected 'yyy'"
error in console each time it happens.
My project needs to deploy 2 different macOS/Catalyst apps (actually they are 2 different targets in the same project) and it seems completely random as to which will actually successfully install on which machine.
For my last build, one of the 2 binaries was failing to install on a Mac Studio on 15.5, but the other was fine. All were fine on 3 other machines I tried.
For my latest build, both binaries are fine on the Mac Studio but both now fail to install on an M2 Air on macOS 26 beta 2.
I'm now extremely nervous about deploying to my TestFlight beta group in case users have similar problems.