Whenever I try to load a scene with a skinned character I get an error:
SceneKit: error, Library Deserialization: cannot finalize the deserialization of <C3DSkin ...>
The code generating the error:
let heroScene = SCNScene(named: "art.scnassets/hero.scn")!
This includes any .dae character file I download from the internet, as well as the hero character from Apple's WWDC slideshow.