Sabid Habib
Results
2
comments of
Sabid Habib
hi @Zhuinden the similar exception is still occurring after your latest commit cbf0e73. > `Caused by: java.lang.IllegalStateException: Table is target of cross-table link columns in /Users/cm/Realm/realm-java/realm/realm-library/src/main/cpp/io_realm_internal_OsObjectStore.cpp line 140` It's occurring...
removing the fields of the removed tables first is doing the job for now. on line: 95 ``` if (modelClassNames.contains(objectClassName)) { // the model was found in the schema, we...