I just recently upgraded my set-up to iOS 11.3 beta and Xcode 9.3 beta, since we need the enhanced capabilities of ARKit only available there. But Vuforia won't run in this combination, the app only shows a black screen.
I've seen that there's a sticky thread mentioning this known issue. But it is from February and still no solution?! Is there any workaround for this?
The sticky post also recommends to use Xcode 9.2, but with this version I cannot deploy directly to the device (only via organizer, which is quite cumbersome). So I would prefer to deploy using Xcode 9.3.
Note, this is still a problem on iOS with Unity 2019.1.12f1 and Vuforia 8.3.8
A workaround is to disable auto graphics API, and have OpenGL ES3 before Metal
However this then limits other graphical and postprocessing features that are available only in Metal.
This is unacceptable.
Is there a known version of Vuforia that works with Metal + Unity?