Augustyniak / RATreeView

Library providing easy-to-use interface for displaying tree structures on iOS and tvOS.
MIT License
2.49k stars 466 forks source link

Linker Error #178

Open im-jersh opened 8 years ago

im-jersh commented 8 years ago

I've manually added RATreeView into my project, imported it in my bridging header, and added the requisite delegate methods in my view controller. However, when I attempt to build and run, I get a linker error:

Undefined symbols for architecture x86_64: "_OBJCCLASS$_RATreeView", referenced from: type metadata accessor for __ObjC.RATreeView in FindLearnerViewController.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Any idea why this might be? Tried several solutions already from researching on Google but nothing seems to work.

Augustyniak commented 7 years ago

Hi!

Have you solved your issue or do you need a help?