Open luisbahamonde opened 8 years ago
same here!
+1
+1
+1 damn
use this instead https://github.com/EddyVerbruggen/phonegap-facebook-plugin same plugin but it works
But it's 2 years old
Same here.
This world of 'someone wrote some code' is falling apart. Too many interdependencies. Someone makes an API, another API changes, XCode updates, everything comes falling down.
No support.
We're all Sherlocks all day on the net, figuring it out.
Something has to change here.
+1
This was working for me last week, I didn't change anything in my config file and now its broken. I'm using phonegap build and there was a recent update. Wonder if that has anything to do with it. Also there's no issues on android.
+1
+1
Has someone found a solution for this problem???
Looking for facebook4 cordova
@robertobock I gave up trying to use this plugin and I started to use this repository: https://github.com/jeduan/cordova-plugin-facebook4 This is working fine.
Sadly, I get the same error with https://github.com/jeduan/cordova-plugin-facebook4. If I completely remove the facebook plugin everything builds perfectly fine, but I get runtime errors about the plugin missing when I try to login (obviously), but if I add it I get Error: Error code 65 for command: xcodebuild with args: -xcconfig,.....
Same here... problem with both plugins (I've tried that one from Jeduan without success). Any news?
/Users/luisbahamonde/Documents/proyectosdev/tecnecaprojects/vivecamino/platforms/ios/Vive Camino/Plugins/phonegap-facebook-plugin/FacebookConnectPlugin.m:238:9: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses] if (!command.arguments == 2) { ^ ~~ /Users/luisbahamonde/Documents/proyectosdev/tecnecaprojects/vivecamino/platforms/ios/Vive Camino/Plugins/phonegap-facebook-plugin/FacebookConnectPlugin.m:238:9: note: add parentheses after the '!' to evaluate the comparison first if (!command.arguments == 2) { ^ ( ) /Users/luisbahamonde/Documents/proyectosdev/tecnecaprojects/vivecamino/platforms/ios/Vive Camino/Plugins/phonegap-facebook-plugin/FacebookConnectPlugin.m:238:9: note: add parentheses around left hand side expression to silence this warning if (!command.arguments == 2) { ^ ( ) /Users/luisbahamonde/Documents/proyectosdev/tecnecaprojects/vivecamino/platforms/ios/Vive Camino/Plugins/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) {