标签:
git config --global http.postBuffer 524288000(尽量大)$ gem sources --remove https://rubygems.org/$ gem sources -a http://ruby.taobao.org/$ vim Podfile 例子:然后在Podfile文件中输入以下文字: platform :ios, ‘7.0‘ pod "AFNetworking", "~> 2.0"$ pod update --verbose cocoapods出现Unable to satisfy the following requirements: required by `Podfile`的解决方法
标签:
原文地址:http://www.cnblogs.com/booksky/p/4800040.html