DAE file specified in attribute inspector is not loaded by UIViewController
问题 I created a new project using the iOS game template on Xcode 6.1.1, the options were: Language: Swift Game Technology: SceneKit Device: Universal The app runs ok "as is", but now I want to specify the .dae file directly from the Interface Builder on Xcode, so I changed the method in the view controller like this: override func viewDidLoad() { super.viewDidLoad() let scnView = self.view as SCNView // customize the loaded scene if let scene = scnView.scene { //!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!