Created
July 4, 2024 00:09
-
-
Save Hazer/8e2e250db9427f4b3d359cec5c6514cc to your computer and use it in GitHub Desktop.
Allow installing/running visionOS on Intel macs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write com.apple.dt.Xcode AllowUnsupportedVisionOSHost -bool YES | |
defaults write com.apple.CoreSimulator AllowUnsupportedVisionOSHost -bool YES | |
xcodebuild -downloadPlatform visionOS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment