Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 15 crash堆栈 _propertyDescriptionsAndStartPoint 请问handyjson还在维护么? #438

Closed
programer001 opened this issue Jul 15, 2021 · 7 comments

Comments

@programer001
Copy link

_propertyDescriptionsAndStartPoint (:0)
propertyDescriptions (Metadata.swift:214)
_transform (ExtendCustomModelType.swift:140)
_transform (ExtendCustomModelType.swift:135)
deserializeFrom (Deserializer.swift:78)
deserialize (Deserializer.swift:33)

@crazypoo
Copy link

pod command :find_and_replace("Pods/HandyJSON/Metadata.swift","if !(superclass is HandyJSON.Type) && !(superclass is HandyJSONEnum.Type) {", "if !(superclass is HandyJSON) && !(superclass is HandyJSONEnum) {")

@maiyabj
Copy link

maiyabj commented Jul 15, 2021

WeChatc56af87a84710590ed87cbefb24f6bde

@maiyabj
Copy link

maiyabj commented Jul 15, 2021

need help

@crazypoo
Copy link

crazypoo commented Jul 15, 2021

@suyuexinok #436

@lynnleelhl
Copy link
Collaborator

develop 分支已修复
https://github.com/alibaba/HandyJSON/tree/develop

@thisfin
Copy link

thisfin commented Jul 15, 2021

develop 分支已修复
https://github.com/alibaba/HandyJSON/tree/develop

子类继承, 父类的属性写不进去, 父类是UIViewController的子类, 是不是把NSObject排除的原因
JSONDeserializer.update(object: &vSelf, from: parameters)

@lynnleelhl
Copy link
Collaborator

develop 分支已修复
https://github.com/alibaba/HandyJSON/tree/develop

子类继承, 父类的属性写不进去, 父类是UIViewController的子类, 是不是把NSObject排除的原因
JSONDeserializer.update(object: &vSelf, from: parameters)

该问题已修复,查看最新 develop 分支

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants