iOS app crash as soon as let realm = try! Realm() this executes #8639
Replies: 1 comment
-
Please avoid opening multiple issues for the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
while initilizing realm in iOS 12 app crashes and goes to code

static void create_empty_group_when_missing(Group& group)
{
if (!group.m_top.is_attached())
group.create_empty_group(); // Throws
}
Beta Was this translation helpful? Give feedback.
All reactions