NSObject+YYModel.m文件 ModelToJSONObjectRecursive出现Crash
ZhangsBye opened this issue · 2 comments
ZhangsBye commented
id v = ((id (*)(id, SEL))(void *) objc_msgSend)((id)model, propertyMeta->_getter);
value = ModelToJSONObjectRecursive(v);
WuDiTangYuan commented
我也遇到了跟你完全一样的崩溃,难搞😣
jia611 commented
这个能复现吗?