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

Realm Swift Export #21

Open
victorsb118 opened this issue Sep 1, 2016 · 1 comment
Open

Realm Swift Export #21

victorsb118 opened this issue Sep 1, 2016 · 1 comment

Comments

@victorsb118
Copy link

I faced two problems while exporting to swift, the first was that the files didn't have the "import RealmSwift" (Isn't a real problem, but it would be nice to fix those things).
The second one, the tables that have relationship "to many" to other one came with this line:

dynamic var sazonalidade = RLMArray(objectClassName: SazonalidadeDB.className())

To Swift there is no RLMArray and it not recognize dynamic as a valid use in swift

@victorsb118
Copy link
Author

I would like to try to solve this one!

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

1 participant