You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ci] Always install the universal iOS simulators. (#32003)
Otherwise:
1. The arm64 iOS simulator isn't able to run x64 apps.
2. We run x64 apps in the iOS simulator in dotnet/macios (even on arm64 bots).
3. If MAUI installs the arm64 iOS simulator, it'll make our x64 tests apps fail to launch.
So fix this by installing the universal iOS simulator when using Xcode 26+
(earlier versions of Xcode doesn't support the '-architectureVariant'
argument).
0 commit comments