Skip to content

Commit 1f999c0

Browse files
committed
Try xcodebuild directly
1 parent 0a477fc commit 1f999c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def ifVisionOSEnabled
261261
sh 'defaults write com.apple.CoreSimulator AllowUnsupportedVisionOSHost -bool YES'
262262

263263
# Download visionOS SDK if necessary
264-
xcodebuild("-downloadPlatform visionOS")
264+
sh 'xcodebuild -downloadPlatform visionOS'
265265

266266
yield
267267
end

0 commit comments

Comments
 (0)