私はすでにポッド (SDWebImage) を正常にインストールしており、「MFSideMenu」というライブラリを追加しようとしています。私の Podfile は次のようになります。
platform :ios, '6.0'
pod 'SDWebImage', '3.2'
pod 'MFSideMenu'
「ポッド インストール」を実行すると、次の (エラー) 出力が表示されます。
Analyzing dependencies
Downloading dependencies
Installing MFSideMenu (0.4.8)
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems
/custom_require.rb:31: command not found: git config remote.origin.url
[!] Unable to locate the executable `git`
ここで何が問題なのか知っている人はいますか?
前もって感謝します!