Wizcorp / phonegap-facebook-plugin

The official plugin for Facebook in Apache Cordova/PhoneGap
Other
1.91k stars 2k forks source link

Issue while building iOS Build. #1245

Open gargrahul925 opened 8 years ago

gargrahul925 commented 8 years ago

phonegap-facebook-plugin/FacebookConnectPlugin.m:27:44: error: no visible @interface for 'CDVPlugin' declares the selector 'initWithWebView:' self = (FacebookConnectPlugin *)[super initWithWebView:theWebView];



phonegap-facebook-plugin/FacebookConnectPlugin.m:238:28: warning: comparison of constant 2 with boolean expression is always false [-Wtautological-constant-out-of-range-compare]
    if (!command.arguments == 2) {
        ~~~~~~~~~~~~~~~~~~ ^  ~
1 warning and 1 error generated.

*\* BUILD FAILED **

Plugin is installed locally.
Rex90 commented 8 years ago

I also get this error when building in Xcode

lakfa commented 8 years ago

I ve got that error too, then I switched to that fork https://github.com/jeduan/cordova-plugin-facebook4

DipakMahapurkar commented 8 years ago

I also got this error @lakfa after switch to given link i get Bolts.Framework duplication error.