Skip to content

Commit

Permalink
Try xcodebuild directly
Browse files Browse the repository at this point in the history
  • Loading branch information
calda committed Jan 20, 2024
1 parent 0a477fc commit 1f999c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def ifVisionOSEnabled
sh 'defaults write com.apple.CoreSimulator AllowUnsupportedVisionOSHost -bool YES'

# Download visionOS SDK if necessary
xcodebuild("-downloadPlatform visionOS")
sh 'xcodebuild -downloadPlatform visionOS'

yield
end
Expand Down

0 comments on commit 1f999c0

Please sign in to comment.