Realm Studio - Durability not consistent

40 Views Asked by At

When I open the default.realm file for a flutter app that is currently running on an iOS simulator, I get the messages "Durability not consistent" and "No schema selected". Is there any solution to this? enter image description here

Note: I'm running flutter 3.16.9, Realm Studio 14.1.2.41 & am using the realm: ^1.6.0 flutter plugin

1

There are 1 best solutions below

0
Developer Extraordinare On

The Realm instance needs to be set up with Realm(Configuration.local... instead of Realm(Configuration.inMemory... Reading the realm file for an in memory database is apparently not currently supported.