Skip to content

Instantly share code, notes, and snippets.

@Hazer
Created July 4, 2024 00:09
Show Gist options
  • Save Hazer/8e2e250db9427f4b3d359cec5c6514cc to your computer and use it in GitHub Desktop.
Save Hazer/8e2e250db9427f4b3d359cec5c6514cc to your computer and use it in GitHub Desktop.
Allow installing/running visionOS on Intel macs
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