0

我不认为这是一个合适的问题或不在这里问。我的插件看起来不太好,因为我尝试将 facebook phonegap 插件安装到我的项目中。

https://github.com/phonegap/phonegap-facebook-plugin

从 github 获取需要 20 分钟。过了一会儿,我收到了这个错误信息

Cannot read property 'currentVersion' of null

为什么会发生?

这是我的命令

plugman install --platform ios --project /Applications/MAMP/htdocs/PayMe --plugin https://github.com/phonegap/phonegap-facebook-plugin --variable APP_ID="xxxxxxxxxxxxxx" --variable APP_NAME="PayMe"

已在此处搜索此问题但仍无法正常工作

Phonegap:安装 BarcodeScanner for iOS 时出错

4

1 回答 1

1

我已经得到了答案。Plugman 无法安装 facebook connect phonegap 插件。需要使用cordova 命令。该文档已过时。

cordova plugin add https://github.com/mallzee/phonegap-facebook-plugin.git --variable APP_ID="[FB APP ID]" --variable APP_NAME="[FB APP NAME]"
于 2014-03-18T08:26:25.773 回答