1

monotouch-bindings の facebook api ラッパーが必要なので、github からmonotouch-bindingsのパッケージ全体をダウンロードしました。

コンパイルできませんfacebook dll(macosx 10.8.3 で実行しています)。

フォルダーから make コマンドを実行すると、次monotouch-bindings-master/facebookのエラーが表示されます。

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

私もmakeで試しましsudoたが、同じエラーが発生します。が存在するかどうかを確認しましたが、github.com:facebook/facebook-ios-sdk.git存在するようです。

4

2 に答える 2

0

make コマンドを実行する前に github クライアントをインストールし、コンパイルに成功しました。

ご回答有難うございます!!!

于 2013-07-08T10:17:26.557 に答える