-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash On Initialization #6838
Comments
Hi @afsalkp007 , |
Incident Identifier: 0D37A69A-8362-4138-84B0-2ABC50553857 Date/Time: 2020-10-03 20:10:20.8369 +0400 Exception Type: EXC_BREAKPOINT (SIGTRAP) Thread 0 name: Thread 1: Thread 2: Thread 3: Thread 4: Thread 5: Thread 6 name: Thread 0 crashed with ARM Thread State (64-bit): Binary Images: EOF |
Hi @afsalkp007 , |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
Goals
App should not crash
Expected Results
App should not crash
Actual Results
App crash
Steps for others to Reproduce
No specific steps
Code Sample
private var realm: Realm {
if !configurationService.isConfigured {
configurationService.setupConfiguration()
}
// swiftlint:disable force_try
return try! Realm()
}
Version of Realm and Tooling
Xcode 11.7
OSX: 10.15.2
Cocoa-pods 1.9.1
The text was updated successfully, but these errors were encountered: