VisionOS Unity app gives Build Errors in Xcode

Trying to build a volume scene, and get this error.

Build/B3/Libraries/ARM64/Packages/com.unity.xr.visionos/Runtime/VisionOSNativeBridge.mm:457:33 Use of undeclared identifier 'ar_plane_extent_get_plane_anchor_from_plane_extent_transform'

The line in the file is: simd_float4x4 worldMatrix = ar_plane_extent_get_plane_anchor_from_plane_extent_transform(plane_extent);

I previously got this error in Xcode 15 beta 8 and now in Xcode 15 beta 2. Unity 2022.3.5f1 LTS

Post not yet marked as solved Up vote post of mcdopsaDev Down vote post of mcdopsaDev
477 views