0

During delete object from realm I write transaction in main thread. And I have list observer that uses new api from 0.98.0 addNotificationBlock Please can you assist why this EXC_BAD_ACCESS happens, and how to prevent it. Is there any restriction that I should not write in main thread?

enter image description here

Igor Palaguta
  • 3,579
  • 2
  • 20
  • 32

1 Answers1

0

It happened as I did not unsubscribe from all notification for removed object

Igor Palaguta
  • 3,579
  • 2
  • 20
  • 32