ruby - How to enable the command 'CorePlot' in Cocoa Pods? -


when tried install coreplot ios project on xcode via cocoa pods, following massage showed up. of guys give me advice solve issue? thanks.

xxxxx-macbook-pro:test1 xxxxx$ pod 'coreplot', '~> 1.5' # coreplot [!] unknown command: `coreplot,` did mean: repo 

it looks you're trying install pod running pod command line. need put pod definitions in podfile in root of repo. after doing need run pod install. check out using cocoapods guide more info:

http://guides.cocoapods.org/using/using-cocoapods.html


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -