Ivan Esparza
Ivan Esparza
In case this is useful for anyone: I had two classes: ``` class Foo: RealmObject(){ val bar: Bar ... } ``` and ``` class Bar: RealmObject { ... } ```...
EDIT: I found the equivalent function in swift: https://realm.io/docs/swift/latest/api/Classes/Migration.html#/s:FC10RealmSwift9Migration10deleteDataFT7forTypeSS_Sb You can check this question in SO: https://stackoverflow.com/questions/36717796/how-to-delete-a-class-from-realm-file Hope this helps! -------------------------------------------------------------------------- @amoshsueh hello. My code is actually written in Kotlin...