You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to create the .framework library from the project in order to use it Appcelerator native module. I generate the .framework by making the build (Command + B) and i get it, but when I use it in a xcode project i get the following error :
Undefined symbols for architecture x86_64:
"OBJC_CLASS$__TtC6Charts12BarChartView", referenced from:
objc-class-ref in ViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
I need to create the .framework library from the project in order to use it Appcelerator native module. I generate the .framework by making the build (Command + B) and i get it, but when I use it in a xcode project i get the following error :
Undefined symbols for architecture x86_64:
"OBJC_CLASS$__TtC6Charts12BarChartView", referenced from:
objc-class-ref in ViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: