We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey I am facing this issue while trying to add data with realm swift is RLMOptional a custom data type of unrealm? @arturdev
The text was updated successfully, but these errors were encountered:
Hi. No, RLMOptional is one of the Realm's native types
Sorry, something went wrong.
Hi, do you have any idea why I get this error? @arturdev
i just debugged a little and it seems like the unrealm is treating optional custom objects like this which is causing the error @arturdev
So far my unit tests pass successfully: https://github.com/arturdev/Unrealm/blob/master/Example/Tests/ExampleModels/User.swift#L25
No branches or pull requests
Hey I am facing this issue while trying to add data with realm swift
is RLMOptional a custom data type of unrealm?
@arturdev
The text was updated successfully, but these errors were encountered: