cocoapod升级

1.0 重新安装问题

cd /user/xx/.cocoapod/repos

rm -rf master

 

pod setup

 

 

/user/xx/.cocoapod/repos

查看目录文件夹大小:

du -sh *

 

 

[!] The dependency `MBProgressHUD+RX` is not used in any concrete target.

官网是这样给推荐的: 
在创建Podfile的时候,用这种格式使用,

platform :ios, '8.0'
#use_frameworks!个别需要用到它,比如reactiveCocoa

target 'MyApp' do
  pod 'AFNetworking', '~> 2.6'
  pod 'ORStackView', '~> 3.0'
  pod 'SwiftyJSON', '~> 2.3'
end

posted on 2016-11-13 20:11  传说中的汽水枪  阅读(179)  评论(0编辑  收藏  举报

导航