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? 
Note: I'm running flutter 3.16.9, Realm Studio 14.1.2.41 & am using the realm: ^1.6.0 flutter plugin
The Realm instance needs to be set up with
Realm(Configuration.local...instead ofRealm(Configuration.inMemory...Reading the realm file for an in memory database is apparently not currently supported.