ibireme/YYModel

NSObject+YYModel.m文件 ModelToJSONObjectRecursive出现Crash

ZhangsBye opened this issue · 2 comments

id v = ((id (*)(id, SEL))(void *) objc_msgSend)((id)model, propertyMeta->_getter);
value = ModelToJSONObjectRecursive(v);

我也遇到了跟你完全一样的崩溃,难搞😣

这个能复现吗?