dmsurti / AssimpKit

A library (macOS, iOS) that converts the files supported by Assimp to Scene Kit scenes.
http://assimpkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
474 stars 54 forks source link

[SCNScene assimpSceneWithURL: unrecognized selector sent to class #112

Open LWSSS opened 5 years ago

LWSSS commented 5 years ago

@dmsurti hey... Here are my steps how to use Carthage import AssimpKit,and then program in my demo.

  1. run 'touch Cartfile' to create a Cartfile in the same directory of my demo.xcodeproj
  2. write 'github "dmsurti/AssimpKit" "master' in Cartfile
  3. run Carthage update ,then a folder named Carthage created in the same directory, which containes AssimpKit
  4. add AssimpKit.framework to my demo by click 'add files in "..."'in Xcode proj navigator
  5. the next steps is add some model files to sandbox by iTunes.and then write demo to load files, the error shows 'unrecognized selector sent to class...'in method '[SCNScene assimpSceneWithURL: postProcessFlags:]'

    So ..will you please help with some suggestions ? is there any steps I missed? Thankyou ....