In Xcode 16 beta 1 and 3, when running a VisionOS 2 simulator on an SwiftUI app that ran successfully in VisionOS 1, I received the following crash at startup:
Thread 1: "*** -[NSProxy doesNotRecognizeSelector:plane] called!"
I've gone through my code attempting to find any references to a plane
method, but I have no such calls in my code, leading me to suspect that this is somehow related to VisionOS beta simulator code. Has anyone else run into this bug and worked around it somehow?