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) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -