Re: NSManagedObject.managedObjectContext is nil???

2019-03-26 Thread Rick Mann
The implication there is that an object has a weak reference to the MOC? Ah, in the header I see it's `assign`. I wonder why they do that and not `weak`. Thanks, I'll look into it. > On Mar 26, 2019, at 14:50 , Richard Charles wrote: > > You have retained the managed object outside the

Re: NSManagedObject.managedObjectContext is nil???

2019-03-26 Thread Richard Charles
You have retained the managed object outside the managed object context. --Richard Charles > On Mar 26, 2019, at 1:04 PM, Rick Mann wrote: > > I'm seeing a situation where my NSManagedObject's managedObjectContext is > nil. It doesn't happen all the time though. Any idea why? Thanks! > > --

NSManagedObject.managedObjectContext is nil???

2019-03-26 Thread Rick Mann
I'm seeing a situation where my NSManagedObject's managedObjectContext is nil. It doesn't happen all the time though. Any idea why? Thanks! -- Rick Mann rm...@latencyzero.com ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not