You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: