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

Crash on Realm Objects #52

Closed
michaeljj63 opened this issue Sep 18, 2019 · 0 comments · Fixed by #62
Closed

Crash on Realm Objects #52

michaeljj63 opened this issue Sep 18, 2019 · 0 comments · Fixed by #62

Comments

@michaeljj63
Copy link

michaeljj63 commented Sep 18, 2019

Hey @wickwirew,

Thanks for the great lib. However, it is crashing when I try to inspect a realm object. Could you please advise if I can do something about it?

Thanks in advance..

Here is a simple code:

`
@objcMembers
class TestModel: Object {
dynamic var test: String!
}

do {
let info = try typeInfo(of: TestModel.self) // crash
} catch let err {
print(err)
}
`

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

Successfully merging a pull request may close this issue.

1 participant