CocoaPods问题

2016-11-22  本文已影响0人  coding_chen

解决办法就是: 在终端中执行下面的指令, 将其主线切换到较低版本
cd ~/.cocoapods/repos/master/
git fetch origin master
git checkout v0.32.1

$ pod repo update --verbose
Updating spec repo `master`
  Performing a deep fetch of the `master` specs repo to improve future
  performance
    $ /usr/bin/git fetch --unshallow
    From https://github.com/CocoaPods/Specs
     * [new tag]         20161019   -> 20161019
     * [new tag]         v0.32.1    -> v0.32.1

此时就可以执行git checkout v0.32.1 就OK了
参考网址

上一篇下一篇

猜你喜欢

热点阅读