Calling sdkbox::PluginFacebook::init() leads to linker error on Xcode

Hi guys! I was able to import the facebook plugin, following all the steps present in the tutorial.

However, as I call the sdkbox::PluginFacebook::init() method and try to compile the code, I’m getting the following error:

"sdkbox::Tracking::init()", referenced from:
      sdkbox::Tracking::getInstance() in PluginFacebook(PluginFacebookHelper.o)
  "sdkbox::Tracking::__S_instance", referenced from:
      sdkbox::Tracking::getInstance() in PluginFacebook(PluginFacebookHelper.o)
  "sdkbox::ConfigManager::getInstance()", referenced from:
      PluginFacebookHelper::init() in PluginFacebook(PluginFacebookHelper.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Any ideas on what could that be? I’m guessing that maybe some library/framework is missing, but I don’t know which one.

Thanks in advance,

Luis

Can you double check if your project contains sdkbox.framework?

1 Like

@nite, thanks for the reply! Yes, the project contains it but it wasn’t working – until I got the sdkbox facebook plugin, removed all sdkbox libs and installed them again, today. Now it’s working like a charm :smile:

Anyway, again: thanks!