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

Incompatible block pointer types sending 'void (^)(NSString * _Nonnull __strong, NSArray * _Nonnull __strong)' to parameter of type 'void (^ _Nullable)(NSString * _Nonnull __strong, id<NSCoding> _Nonnull __strong)' #31

Open gdoudeng opened 1 year ago

gdoudeng commented 1 year ago

编译报错了

image
gdoudeng commented 1 year ago

Xcode14.0.1

gdoudeng commented 1 year ago

YYCache 1.0.4

gdoudeng commented 1 year ago

https://github.com/ibireme/YYCache/blob/master/YYCache/YYCache.m#L80