let config = Realm.Configuration( // Set the new schema version. This must be greater than the previously used // version (if you\'ve never set a
I often get the same fatal error too. This usually happens when you make changes to Realm Objects with a "Primary Keys". The quickest and most easy fix is to simply delete the app from the device or simulator - then run your project again.