使用sudo gem install cocoapods更新提示: ERROR: While executing gem ... (Errno::EPERM) Operation not permitted 改为: sudo gem install -n /usr/local/bin cocoapods --pre 刷刷刷完成更新. 但是马上发下更新后使用pod install又发现一个问题 The dependency `AFNetworking` is not used in any co
http://blog.csdn.net/dark_gmn/article/details/49274993 ERROR: Could not find a valid gem 'cocoapods' (>= 0), here is why: Unable to download data from http://ruby.taobao.org/ - bad response Not Found 404 (http://ruby.taobao.org/specs.4.8.gz) 解决办法:换源
使用CocoaPods更新第三方库出错的解决办法 执行完pod install或pod update之后,控制台抛出以下警告信息: [!] The xx [Debug] target overrides the PODS_ROOT build setting defined in Pods/Target Support Files/Pods-**/Pods-**.debug.xcconfig'. This can lead to problems with the CocoaPods insta
1:Mac升级10.10后,执行pod install出错如下 QTX-Will-mini:NewHishop willbin$ pod install [!] Unable to load a specification for the plugin `/Library/Ruby/Gems/2.0.0/gems/cocoapods-try-release-fix-0.1.2` /Library/Ruby/Gems/2.0.0/gems/cocoapods-0.34.4/lib/cocoapod
platform:ios,'8.0'target 'APPNAME' do pod 'SMSSDK' pod 'MBProgressHUD', '0.9.1' pod 'AFNetworking', '2.5.4' pod 'Masonry' pod 'AMapSearch' pod 'AMapLocation' pod 'AMapNavi' pod 'DateTools' pod 'SDWebImage', '~> 3.7.3' pod 'MJRefresh' pod 'SMSSDK' pod
1:解决CocoaPods安装时报的问题,http://ruby.taobao.org/latest_specs.4.8.gz 报404 解决 bad response Not Found 404 (http://ruby.taobao.org/latest_specs.4.8.gz) 原因:淘宝的那个镜像(https://ruby.taobao.org/ )已经不可用了.所以我们现在用最新支持的ruby镜像(https://gems.ruby-china.org/) gem sources -