Closed ErikLuimes closed 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.
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.