ios - monotouch 编译 monotouch-bindings facebook api

标签 ios facebook git xamarin.ios xamarin

我需要来自 monotouch-bindings 的 facebook api 包装器,所以我从 github 下载了 monotouch-bindings 的整个包.

我无法编译 facebook dll(我在 macosx 10.8.3 上编译)。

文件夹 monotouch-bindings-master/facebook 中的 make 命令给我一个错误:

git clone git@github.com:facebook/facebook-ios-sdk.git
Cloning into 'facebook-ios-sdk'...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
make[1]: *** [facebook-ios-sdk] Error 128
make: *** [build-binding] Error 2

我也尝试过使用 sudo make 但我得到了同样的错误。 我检查了 github.com:facebook/facebook-ios-sdk.git 是否存在,它似乎确实存在。

最佳答案

看来您的实际问题在于 git

在 Google 中进行快速搜索,从 Github 中找到了这篇有用的文章:Error: Permission denied (publickey) .

我怀疑如果你调查它,你会提交 Make sure you have a key and SSH is using it将解决您的问题。

这并不是说这不能解决您所有的问题,但它应该可以解决这个问题。

关于ios - monotouch 编译 monotouch-bindings facebook api,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17488940/

相关文章:

ios - Swift - 子类 UICollectionViewCell 不加载 IBOutlet 属性

ios - Swift 4.0编译的模块无法导入Swift 3.2.2 : AudioKit

php - 将用户重定向到登录页面,而不在 Facebook 页面上使用 fbml

Facebook PHP 3.0.1 SDK API,getUser() 始终 == 0!为什么?

android - 经过验证的 cordova 应用程序可以验证应用程序内的 Web View 吗?

ios - 自定义字体在 iOS 项目中不起作用

ios - 如何在 UItextfiled 中将键盘设置为输入 View

android - 如何处理 Android Studio 构建目录中的 .rawproto 文件?

linux - 在 git bash 中设置斜杠目录

git - 我应该如何更正 pull 请求?