Where did the SceneKit debug view go in Xcode?

I am developing an app that uses scenekit and was relying on the xcode debug feature where when in debug view hierarchy mode you could select the scenekit object and it would give you a 3D view of the scene so you can rotate around independent of the camera when the frame was frozen. Now in the newest version of xcode (Version 9.3 beta (9Q98q) it doesn't seem to work anymore. Did this feature get moved somewhere?



edit:

I noticed that if I run the app in the simulator then the SCNScene object appears as expected however if I run it on the device it does not. Since I am developing an AR app it needs to be debugged on the device


With the SCNSCene

Missing SCNScene


So I have narrowed down the problem to the iPad I am using. OS 11.3 (15E5167f) iPad (5th generation) (Model A1822)


steps taken to reproduce:

1) create new game project using scene kit

2) run on ipad

3) Debug View Hierarchy in debug mode

4) Look under SCNView for the scene kit object (SCNScene) and it is not there (On my iPhone it is there)




Thanks