I am the first time using realm on iOS and get an error like this?
Unhandled Exception: PlatformException(-1, Object type 'BeritaDb' is not managed by the Realm. If using a custom `objectClasses` / `objectTypes` array in your configuration, add `BeritaDb` to the list of `objectClasses` / `objectTypes`., {
RLMRealmCoreVersion = "";
RLMRealmVersion = "3.17.3";
})
I have added the beritadb class RealmSchema.h like below :
I am the first time using realm on iOS and get an error like this?
I have added the beritadb class RealmSchema.h like below :
Is something wrong with my code?