-
Notifications
You must be signed in to change notification settings - Fork 129
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
Doesn't work with Swift #37
Comments
Has anyone got this to work with Swift? |
Is this still an issue? |
Yes, with RealmSwift the syntax has changed. Will there ever be support for RealmSwift in this project? I feel like this should keep using the Objective-C API with a different version of this using the Swift API. |
|
I'll try to get some time to take a closer look. Meanwhile PRs are welcome! |
After some experiments, it does not look to me as so simple ) |
+1 for RealmSwift support |
Needs swift supports |
+1 on Swift support. Tried out other libraries. Some of them are either not compatible with Realm or the current version of RealmSwift. |
+1 on Swift support. |
Guys, I recommend ObjectMapper as a solution (https://github.com/Hearst-DD/ObjectMapper) it works great for me. |
I made RealmSwift-JSON(https://github.com/Changsung/RealmSwift-JSON) that imitates Realm-JSON. |
Currently this doesn't work with Swift because when the class is matched by string it doesn't take into account Swift's module prefix. It doesn't necessarily seem like a complicated fix to me - just wondering if it's on your radar?
Thanks
The text was updated successfully, but these errors were encountered: