RealmObjectEditor icon indicating copy to clipboard operation
RealmObjectEditor copied to clipboard

Realm Swift Export

Open victorsb118 opened this issue 8 years ago • 1 comments

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 avatar Sep 01 '16 21:09 victorsb118

I would like to try to solve this one!

victorsb118 avatar Sep 01 '16 21:09 victorsb118