-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels