Scene view not displayed in window

I create a modeling application as a side project for the school document that I am writing, and first I started to create it as an application for the iPad, and only later I realized that I needed it on OSX.

I need the user to be able to enter values, and then I need the Scene Kit view to display my animation.

The problem I am facing (I did not have this when programming iOS) is that when I add the Scene Kit view to the storyboard (as a child of the main view in a single ViewController), it does not load, Everything builds fine, but I will immediately print this error message: Failed to set (contentViewController) user defined inspected property on (NSWindow): *** -[NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of class (SCNView)

Please note that I am using Cocoa pattern

I hope this is understandable and would be grateful for any help

+1
swift scenekit macos
source share

No one has answered this question yet.

See similar questions:

7
SceneKit SCNSceneRendererDelegate - rendering function not called

or similar:

7
SceneKit SCNSceneRendererDelegate - rendering function not called
3
Code execution in another window / view controller from the current window / view controller
one
Adding an SKLabelNode View to the Scene Kit
one
Resize an OSX application window based on user input that resizes
one
SceneKit: how to add buttons (or other controls) to SCNView
0
White area in UITableViewCells iOS
0
Storyline animation
0
Changing the scene class causes an error, Xcode / Swift
0
iOS Swift App SceneKit with UINavigationController
0
awakeFromNib is called twice, and the outputs inside the viewcontroller are not set

All Articles