2
user$ pod install

Analyzing dependencies

CocoaPods 0.21.0.rc1 is available.

Downloading dependencies

Installing CorePlot (1.2)

[!] Unable to locate the executable `hg`


Content of Podfile:
**********************
platform :ios

pod 'CorePlot',      '~> 1.2'
****************************
4

2 に答える 2

13

Google での最初の結果(次回はラッキーだと思うかもしれません)

CorePlot ポッドをインストールするには Mercurial が必要です

brew install mercurial

問題を解決します(すでにbrewを使用していると仮定します)。それ以外の場合は、 Mercurial の Web サイトからインストールしてください。

于 2013-06-18T22:30:58.273 に答える