HandyJSON Crash at iOS 14 beta 5

n53p2ov0  于 3个月前  发布在  iOS
关注(0)|答案(5)|浏览(95)

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

ccgok5k5

ccgok5k53#

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

jhkqcmku

jhkqcmku4#

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

vh0rcniy

vh0rcniy5#

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

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

相关问题