Hello everyone,
I'm experiencing the same issue mentioned, but it occurs only with .NET MAUI builds. My older Xamarin builds, which I compile using Xcode 15.2 on macOS 13, work perfectly, while the .NET MAUI builds—compiled with Xcode 16.1 on macOS 14—start encountering problems yesterday in the TestFlight app.
Moreover, since yesterday, even the old builds that were working fine until then have stopped functioning. I had to mark all the MAUI builds as "invalid" so that only the Xamarin builds remained, and once I did that, TestFlight started working again.
I'm curious if anyone else has noticed similar issues when using .NET MAUI on the latest Xcode and macOS versions. Could this be due to changes in the new build environment or potential incompatibilities specific to .NET MAUI? Additionally, what debugging steps or workarounds have you tried so far?