am getting an error(below) when I try to integrate fyber into my template. Here are steps I have done so far.
Import fyber using sdkbox installer.
Download latest sdk and add fyber-sdk-lib into my project.
Added lines to my application:didFinishLaunchingWithOptions to initiate** fyber.
Build
"Undefined symbols for architecture x86_64:
“sdkbox::PluginFyber::init(std::1::basic_string1::char_traits, std::__1::allocator > const&)”, referenced from:
AppDelegate::applicationDidFinishLaunching() in AppDelegate.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation).
What am I doing wrong, can somebody help me out?