CoderMikeHe / WeChat

🔥 iOS 利用MVVM + RAC + ViewModel-Based Navigation来搭建微信(WeChat 7.0.0+)的整体基本架构,以及实现微信朋友圈、通讯录、下拉小程序、搜索等主要功能,代码规范惊为天人、注释详解令人发指、细节处理精益求精、核心功能配备文档、接近98%还原度的原生App视觉体验,代码不多,注释多。(持续更新,敬请期待,欢迎Star和Fork…)
https://github.com/CoderMikeHe/WeChat
MIT License
1.17k stars 259 forks source link

pod找不到库,YYCache方法报错,求指导 #22

Open chuzhaozhi opened 3 years ago

chuzhaozhi commented 3 years ago

SGEasyButton这个库pod没有 image YYCache报错 image 新手求指导~

CoderMikeHe commented 3 years ago

可以本地 pod search SGEasyButton 看有没有,没有的话,执行 pod repo update 更新仓库。 YYCache 可能是语法问题。实在不行 下载百度网盘那个

chuzhaozhi commented 3 years ago

下载了网盘的,是把SGEasyButton换成了SVGKit,然后YYCache网盘的也是一样报错

CoderMikeHe commented 3 years ago

xcode版本是多少? 麻烦发我一下 我周六看看 蛮久没弄iOS了

chuzhaozhi commented 3 years ago

Version 12.1 (12A7403) 谢谢

CoderMikeHe commented 3 years ago

怎么我的xcode,只能更新到 11.6

CoderMikeHe commented 3 years ago

麻烦看一下:

zhanglkx commented 2 years ago

你好,请问解决了吗?貌似现在yycache里面没有这个方法了