I'm using RealmSwift in a project and from time to time I get a
Terminating app due to uncaught exception 'RLMException', reason: 'Object has been deleted or invalidated.'
I don't delete any objects from my realm database so issue isn't that the object was deleted some place else.
What are the other options?