Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with visionOS not being defined #3327

Merged

Conversation

bwrsandman
Copy link
Contributor

@bwrsandman bwrsandman commented Jul 20, 2024

VisionOS SDK was introduced in xcode 15.2.
xcode 15.0, 15.1 do not have the visionOS platform defined. Additionally, if you use a different llvm such as llvm 17 or 18 from homebrew, the platform might not be defined even when using xocde 15.2 or newer.

VisionOS SDK was introduced in xcode 15.2.
xcode 15.0, 15.1 do not have the visionOS platform defined.
Additionally, if you use a different llvm such as llvm 17 or 18 from
homebrew, the platform might not be defined even when using xocde 15.2 or
newer.
@bwrsandman bwrsandman force-pushed the vision-platform-define-for-available branch from 5c9041c to cc74960 Compare July 20, 2024 02:52
@bwrsandman bwrsandman marked this pull request as ready for review July 20, 2024 03:32
@bkaradzic bkaradzic merged commit 987a6f8 into bkaradzic:master Jul 20, 2024
11 checks passed
@bwrsandman bwrsandman deleted the vision-platform-define-for-available branch July 20, 2024 03:55
okwasniewski pushed a commit to okwasniewski/bgfx that referenced this pull request Aug 1, 2024
VisionOS SDK was introduced in xcode 15.2.
xcode 15.0, 15.1 do not have the visionOS platform defined.
Additionally, if you use a different llvm such as llvm 17 or 18 from
homebrew, the platform might not be defined even when using xocde 15.2 or
newer.
okwasniewski pushed a commit to okwasniewski/bgfx that referenced this pull request Aug 1, 2024
VisionOS SDK was introduced in xcode 15.2.
xcode 15.0, 15.1 do not have the visionOS platform defined.
Additionally, if you use a different llvm such as llvm 17 or 18 from
homebrew, the platform might not be defined even when using xocde 15.2 or
newer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Metal renderer compiler error in XCode version 15.0 and 15.1
2 participants