ARKit camera not rendering

I updated Xcode to 9.3b3 and iPhone 8+ to iOS 11.3 and my projects build properly. They also detect planes and vuforia targets, but the camera is not rendering. There are no errors when I compile in Xcode. Older projects without updated ARKit plugins don’t work. Neither do the sample projects with the new plugin work. I can see a black background and the marker where it detects the ground

Anything I am missing something?

Check that your Camera is set to “Depth Clear” and NOT “Dont clear”

I tried that and it isnt working. Found a very wierd issue. The project builds properly on 2017 iPad but not on iPad pro/8+.

I’ll try and look into it too, but if anyone else has this issue and has been able to solve it, do let us know