输入pod install之后出现: [!] CocoaPods was not able to update the `master` repo. If this is an unexpected issue and persists you can inspect it running `pod repo update --verbose` 解决方法:清除CocoaPods缓存后重新执行pod install, 命令如下: sudo rm -fr ~/.cocoapods/repos/mas
EGOCache是一个轻量级的缓存框架.用法简单方便,在现在的项目中,我就用到EGOCache来缓存下载过的照片和字符串. 有人可能会问到,缓存照片还需要用EGOCache吗?AFNetworking和SDWebImage不是已经有这些功能了吗? 是的,不过AFNetworking和SDWebImage是http.我的项目用的是socket,所以我选择EGOCache来做缓存.用下来觉得EGOCache还是挺强大的. EGOCache简介 EGOCache is a simple, thread