Skip to content

Commit d893dbd

Browse files
committed
Add comment about OS=2.5
1 parent 5960469 commit d893dbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ tvos_flags=(
187187
-destination 'platform=tvOS Simulator,name=Apple TV'
188188
)
189189
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.
190193
-sdk 'xrsimulator'
191194
-destination 'platform=visionOS Simulator,OS=2.5,name=Apple Vision Pro'
192195
)

0 commit comments

Comments
 (0)