alibaba / HandyJSON

A handy swift json-object serialization/deserialization library
Other
4.23k stars 641 forks source link

Crash at iOS 14 beta 5 #402

Open Jusive opened 4 years ago

Jusive commented 4 years ago

崩溃在这个方法里 func toJSON() -> [String: Any]? { if let dict = Self._serializeAny(object: self) as? [String: Any] { return dict } return nil }

oneredfox commented 4 years ago

我也是

oneredfox commented 4 years ago

不是必现

foermo4-hao commented 3 years ago

也收集到崩溃日志了,求作者回复 @xuyecan

lynnleelhl commented 3 years ago

麻烦提供一下能复现的 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 .

foermo4-hao commented 3 years ago

麻烦提供一下能复现的 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 .

由于是项目中的一个接口返回,不是必现的,涉及到加密方式暂不能提供,下面是收集到的日志 image