cocoapods Unable to find a specification for

遇到这样的问题

第一想法肯定去看看pod的版本是不是该更新了 

pod --version

那么更新吧

sudo gem install -n /usr/local/bin cocoapods --pre  

搞定后 , 再去试试 

pod install --no-repo-update

还是Unable to find a specification for 'lottie-ios'

清理一下Pod的目录(小心很慢的 , 还不知道什么时候能完)

1  pod repo remove master

2  pod setup

3  pod install

怎么样是不是非常慢 , 当然慢 , 

去手动下载cocoapods库吧  511.24M

1  pod repo remove master

2  cd ~/.cocoapods/repos

3  git clone https://github.com/CocoaPods/Specs.git

搞定后把目录名改一下(shift+command + g  :~/.cocoapods/repos)  Specs => master

4  pod repo

ok , 最新版pod

pod --version 1.4.0

你可能感兴趣的:(cocoapods Unable to find a specification for)