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:
Comments
Post a Comment