Am unable to integrate fyber into my template

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?

Can you double check if you have PluginFyber.framework in your Xcode Link Binary With Libraries section?

Can you also let me know which version of Xcode are you using?

Hey @shahidammer

Has it worked for you… !!

Yes it did. Thanks.