[Solved] App crashes when changes are made in Realm database


I’m almost 100% positive that this has to do with your RealmConfiguration. Are you setting deleteRealmIfMigrationRequired when you build the configuration? If not, are you setting the schema version and providing a migration?

If you’re not doing one of these two things, you’re… well, pretty much hosed, which kind of sounds like what you’re seeing.

2

solved App crashes when changes are made in Realm database