-
Notifications
You must be signed in to change notification settings - Fork 73
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
Wrong extraction of some properties #37
Comments
Instead of this
|
You can do this only with Even then the problem won't be solved, You can define default value as |
This is the result for your variant. Unrealm still couldn't read |
Could you please provide a minimal reproducible example project so that I can run it locally and test/fix? |
I've managed to fix problem with In |
Was testing simple struct:
like this:
Found out problem with extracting properties with 0 or false value. Problem appears at this func:
guard let value = obj.value(forKey: propertyName)
fails for such properties and they left default:The text was updated successfully, but these errors were encountered: