HandyJSON
HandyJSON copied to clipboard
Crash at iOS 14 beta 5
崩溃在这个方法里 func toJSON() -> [String: Any]? { if let dict = Self._serializeAny(object: self) as? [String: Any] { return dict } return nil }
我也是
不是必现
也收集到崩溃日志了,求作者回复 @xuyecan
麻烦提供一下能复现的 demo
On Tue, Jun 29, 2021 at 15:56 foermo4-hao @.***> wrote:
也收集到崩溃日志了,求作者回复 @xuyecan https://github.com/xuyecan
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alibaba/HandyJSON/issues/402#issuecomment-870365982, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACOL2QLNQO6OLFZRFENLFKLTVF4BHANCNFSM4QKKNQTQ .
麻烦提供一下能复现的 demo … On Tue, Jun 29, 2021 at 15:56 foermo4-hao @.***> wrote: 也收集到崩溃日志了,求作者回复 @xuyecan https://github.com/xuyecan — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#402 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACOL2QLNQO6OLFZRFENLFKLTVF4BHANCNFSM4QKKNQTQ .
由于是项目中的一个接口返回,不是必现的,涉及到加密方式暂不能提供,下面是收集到的日志