-
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
Realm crashes when I try to configure, to save, to update some staff. #3316
Comments
Hi @alychkouski, I took the time to create a project with your sample code and haven't been unable to reproduce the issue you've reported: https://github.com/jpsim/GH3316 Could you please either let me know what my repro case is missing to trigger the problem you've reported, or better yet, send us a full Xcode project that triggers the issue? Thanks! |
I think I'm having the same issue. I've added Realm to my project via CocoaPods with the Downgrading to 0.98.2 “solved” the issue for me. I will try to replicate the issue in an empty project this evening. |
Added pull request to the jpsim/GH3316 repository with changes to force the test project to crash. However, I didn't realise that the 0.98.5 version was released just a few days ago, 0.98.5 is definitely fine and not affected by the issue, at least not for me. 0.98.4 was throwing the same errors as the reporter had for me, but 0.98.5 is fine. |
This is the same crash as #3321 and was fixed in v0.98.5. |
Goals
I'm trying to configure, to save, to update some staff. But always I receive crash.
https://gyazo.com/378c8a0ad91844066bd728856865a32f
Expected Results
I expect that there are no crashes.
Actual Results
https://gyazo.com/378c8a0ad91844066bd728856865a32f
Code Sample
or I just try to add new item to Realm:
Version of Realm and Tooling
I'm using Pods: Realm (0.98.4)
The text was updated successfully, but these errors were encountered: