You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.
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?
The text was updated successfully, but these errors were encountered: