Closed stel closed 7 years ago
+ @tgoyne since it's likely that his improvements to the schema loading mechanism affected this.
Found more stable way to reproduce the issue in https://github.com/realm/realm-browser-osx/pull/311.
Closing this PR, see #311.
refs #297
For some reason ObjectStore fails to read a schema with dynamic API if the there is a local copy of synced realm. This issue needs more time for investigation. Because of the urgency as a temporary workaround we can specify a unique
customFileURL
forsyncConfiguration
which forces sync to create a new local copy for every realm URL. Seems to work so far./cc @dhmspector, @jpsim