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
-
while initilizing realm in iOS 12 app crashes and goes to code
![Screenshot 2024-06-26 at 10 51 45 AM](https://private-user-images.githubusercontent.com/98593594/343055066-ebd62644-43d2-499e-a4dd-5805ef48a36c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NjAyNTUsIm5iZiI6MTczODk1OTk1NSwicGF0aCI6Ii85ODU5MzU5NC8zNDMwNTUwNjYtZWJkNjI2NDQtNDNkMi00OTllLWE0ZGQtNTgwNWVmNDhhMzZjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDIwMjU1NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFiODNjZTgyZWEyODI3MDYyNjVjNDcwZDQ4NGIwYjljYjM3MjI2NDM2NzNmZjgyZGVhYTcwMzZjNGI4NGI3N2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.eJXbfVDniv4urkGJtuYdBcbFraqMI2Df5EYItsXS4Q4)
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