defaults write com.apple.dt.Xcode AllowUnsupportedVisionOSHost -bool YES
defaults write com.apple.CoreSimulator AllowUnsupportedVisionOSHost -bool YES
(Run this before xcodebuild -downloadPlatform visionOS)
@saagar fyi: GitHub finally releases Apple Silicon CI for public repositoires, and it includes visionOS simulator. all you need is change `macOS-13` to `macOS-14`
@saagar Did you ever find out if this works for real development?
With that defaults write command on my Intel Mac, I'm able to pair my Vision Pro with Xcode and compile apps, but I can't get them onto the device! The paired Vision Pro refuses to appear as a run destination in the dropdown. I've been pulling my hair out all day now.
I'd love to know if something is wrong with my setup or if this is an Intel limitation. (Which would also suck since I don't have access to an Apple Silicon Mac.)