Hi,
This issue seems to be caused by trying to use functions that are no longer available in Apple Vision Pro 2.0, which leads to link errors.
You can try setting
#define SUPPORTS_APPLE_VISION_1_0 1
to
#define SUPPORTS_APPLE_VISION_1_0 0
in
“Engine/Plugins/Experimental/AppleVision/Source/AppleVision/Public/AppleVisionAvailability.h”
and see if that helps.