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
