CocosPods 问题ios
解决方法 :xcode
我把CocosPods降级了以后从新更新了spa
1, 卸载 cocoapods3d
$ sudo gem uninstall cocoapodscode
2. 安装 xcodeprojorm
$ sudo gem install xcodeprojblog
3. 安装指定0.37版本的 Cocoapods资源
sudo gem install cocoapods -v 0.37
get
以后作更新:it
Podfile内容以下
platform :ios, "7.0" use_frameworks! pod "AFNetworking" pod "MBProgressHUD" pod "Reachability" pod "Masonry" pod 'SDWebImage' pod 'MJRefresh' pod 'RongCloudIMKit' pod 'SCLAlertView-Objective-C' pod 'FSCalendar'
终端中更新方法:
$ pod install --verbose --no-repo-update
解决!