mac-cain13 / CoreDataKit

CoreDataKit makes common operations on objects and importing into CoreData a breeze.
MIT License
35 stars 17 forks source link

Fixes: crash when reading unowned reference #36

Closed ErikLuimes closed 6 years ago

ErikLuimes commented 6 years ago

In some cases we get the following error: "Fatal error: Attempted to read an unowned reference but the object was already deallocated."

The fix is to create a weak reference instead of an unowned one.