We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OS=2.5
1 parent 5960469 commit d893dbdCopy full SHA for d893dbd
scripts/build.sh
@@ -187,6 +187,9 @@ tvos_flags=(
187
-destination 'platform=tvOS Simulator,name=Apple TV'
188
)
189
visionos_flags=(
190
+ # As of Aug 15, 2025, the default OS "latest" was failing as it matched both
191
+ # the visionOS 26 beta and visionOS 2.5 (from Xcode 16.4) simulators;
192
+ # explicitly specifying OS=2.5 in destination as a workaround.
193
-sdk 'xrsimulator'
194
-destination 'platform=visionOS Simulator,OS=2.5,name=Apple Vision Pro'
195
0 commit comments