Error: undefined reference to 'sdkbox::PluginFacebook::init();'

I use Cocos v4, and CMake to install the SDK box plugins, but i got error when i call function sdkbox::PluginFacebook::init();.
i hope anyone can help solve this problem. Thank you :innocent:

should be PluginFacebook.framework or PlguinFacebook.a is not link into your proejct.

iOS? or Android?

how about share yours steps?

For Android, adn use cocos2d-x-4 for my project, i have added files PluginFacebook.a in jni folder

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.