Closed zkline101 closed 2 months ago
@philium @dfeinzimer When you have a chance this is ready for review. Thank you!
Components that are unavailable for visionOS:
- All AR components. Most of the ARKit API we are using isn't available on visionOS.
Should the AR examples be excluded from compilation at this time?
Should the AR examples be excluded from compilation at this time?
Yes, they should be excluded and that will happen in an upcoming PR when I add the visionOS destination to the examples app.
Currently, in this PR that error doesn't occur because the example apps don't support visionOS.
@dfeinzimer @philium This is ready for another review. Thank you.
Exciting! Thank you both for the reviews.
Swift #6012
This PR is adding visionOS as a supported platform so the toolkit can build against visionOS. More work is coming after this to make sure all the components work and look correctly on this platform.
Components that are unavailable for visionOS:
Xcode 16 must be used to build successfully.