CorePlot 1.2 - pod install no response

岁酱吖の 提交于 2019-12-11 04:02:53

问题


I just added

pod 'CorePlot',         '~> 1.2'

to my Podfile, now trying

$ pod install

Resolving dependencies of `./Podfile'
Updating spec repositories

Cocoapods 0.18.1 is available.

Resolving dependencies for target `default' (iOS 6.0)
Downloading dependencies
Installing CorePlot (1.2)

It's getting hanged there with no response.

What can I do ?


回答1:


This source library is nearly 200 megabytes. It may depend on your internet connection but I imagine this would complete if you gave it enough time.




回答2:


If you want to see what it is doing try

$ pod install --verbose


来源:https://stackoverflow.com/questions/16164693/coreplot-1-2-pod-install-no-response

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!