This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Crash DATAStack.backgroundContextaDidSave #111
Comments
Hi @hei9gag, I'm not sure what's going on here. DATAStack doesn't listen to all the notifications. It listens to notifications for the NSManagedContext that's been saved. For example here
If you see in Not sure what Instabug is doing internally. |
Thanks @3lvis I have also checked the code and the notification part looks good to me too. I will check with Instabug again. |
No problem, have a nice day and good luck! |
This might be related #112 |
Thanks it fixed the crash problem. Learn something new again. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I got some crashes when using DATAStack and Instabug together. It seems the crash related to DATAStack listen to all NSManagedObjectContext notification thrown by other parties. And cause bad memory address. Do you have any ideas how to fix it? Many thanks.
The text was updated successfully, but these errors were encountered: