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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTM0OTEsIm5iZiI6MTczOTI5MzE5MSwicGF0aCI6Ii85ODU5MzU5NC8zNDMwNTUwNjYtZWJkNjI2NDQtNDNkMi00OTllLWE0ZGQtNTgwNWVmNDhhMzZjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE2NTk1MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYxZjZlZDdhODM3NjFmYmY5MTVlNjI0NTk1MjNmN2FkYjU0YTU0Mzc3NWI2Y2JhZjM2ZTc2NzljYjU5MjQ1MTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.o948xivS_7boNR7jVhrau_18VTlOXXC6eOJx4QeJMek)
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