So, I’ve been trying to show the iOS native popup window to post on Facebook (http://docs.coronalabs.com/plugin/CoronaProvider_native_popup_social/showPopup.html)
I’m adding the plugins table to the build.settings as instructed here http://docs.coronalabs.com/plugin/CoronaProvider_native_popup_social/ , the app compiles succesfully but crash on device.
The Device Log for the crash show this message:
[lua]
Dyld Error Message:
Library not loaded: /System/Library/Frameworks/Social.framework/Social
[/lua]
Any idea why is this happening?
I’ve also tried the code here https://github.com/coronalabs/plugins-sample-native-popup-social but I’m getting the same error on device (Library not loaded in the logs and crash)