I'm trying to render a scene created in Blender. I don't want to do this in code, but solely in Interface Builder.
Firstly I added a SceneKit framework in Linked Frameworks and Libraries under General tab, than I copied the .dae, dragged a SCNView into a View and in the Attributes Inspector changed Scene to the name of my .dae file. For some reason, the simulator is completely green (background color of SCNView) and does not render my scene from .dae file. The same procedure works on macOS application.
This is a screenshot of my setup: