Wizcorp / phonegap-facebook-plugin

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

"Command finished with error code 0" when installing #1012

Open jamesdef opened 9 years ago

jamesdef commented 9 years ago

Hi,

I'm perfetcly following the readme instructions, however I keep getting stuck with this error. My cli output is as following:

Install complete for com.phonegap.plugins.facebookconnect on android.
Calling plugman.install on plugin "/Users/James/development/MapTapp/MapTapp/plugins/com.phonegap.plugins.facebookconnect" for platform "ios" with options "{"cli_variables":{"APP_ID":"( my app id )"","APP_NAME":"“ (my app name)”"}}"
Installing "com.phonegap.plugins.facebookconnect" for ios
Install start for "com.phonegap.plugins.facebookconnect" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.battery-status',
  'org.apache.cordova.network-information',
  'org.apache.cordova.device',
  'org.apache.cordova.camera',
  'org.apache.cordova.statusbar',
  'com.phonegap.plugins.facebookconnect' ]
Writing out cordova_plugins.js...
Install complete for com.phonegap.plugins.facebookconnect on ios.
Running command: /Users/James/development/MapTapp/MapTapp/hooks/after_plugin_add/010_register_plugin.js /Users/James/development/MapTapp/MapTapp
Command finished with error code 0: /Users/James/development/MapTapp/MapTapp/hooks/after_plugin_add/010_register_plugin.js /Users/James/development/MapTapp/MapTapp
MacBookPro:MapTapp James$ 

Anyone having similar problems?

batuhan commented 9 years ago

I have the same problem.

GustavoHGS commented 9 years ago

For Christ sakes im having this same issue and I have no idea why... Can anyone please help us to figure this out? =´(

Zlyy commented 9 years ago

I have got same problem, but with any project, not only this plugin, in NetBeans. When I'm trying to run any cordova app via Netbeans (android emulator, ios emulator, android device, doesnt metter) I get this error. What is interesting, running apps via console works. Do you have any ideas?

strikegamer commented 9 years ago

Same problem here. When I added this plugin, i had this error, but via console it builds normally. But when I open with Eclispe, the app have more than 100 errors, all of then related to Facebook Plugin. If I remove the plugin, the app build normally on Eclipse.

orochies commented 8 years ago

I have exactly the same problem, have you solved the problem?