iOS实战IOS三人行

CocoaPod 问题集合

2016-07-16  本文已影响48人  飞翔的小骑兵

CocoaPod 作为一个非常方便的库,应该集成到项目中去

优点

1.pod search 不是最新库

  pod --version 

1.0.1

  pod setup --verbose
  
  Setting up CocoaPods master repo

  Cloning spec repo `master` from `https://github.com/CocoaPods/Specs.git` (branch           `master`)
  $ /usr/local/bin/git clone https://github.com/CocoaPods/Specs.git master
   Cloning into 'master'...
  Checking out files: 100% (97016/97016), done.
  $ /usr/local/bin/git checkout master
  Already on 'master'
  Your branch is up-to-date with 'origin/master'.

  CocoaPods 1.1.0.beta.1 is available.
  To update use: `sudo gem install cocoapods --pre`
  [!] This is a test version we'd love you to try.

  For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.1.0.beta.1

  Setup completed

2. Setting up CocoaPods master repo 问题

在活动监视器 网络下 有个git - https 下载的进程,会不断下载,我大约下了3h ~~~

  替换 pod setup  为pod setup --verbose
上一篇 下一篇

猜你喜欢

热点阅读