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
swift scenekit macos
Nico
source share