if i delete an cd entity and than save the mod
[self.moc deleteObject:(NSManagedObject *)someCDEntity];
[self saveMoc];
the pointers to this cd entity will become faults
by trying accessing the fault or ask for isDeleted, i get a
'CoreData could not fulfill a fault for
the problem is, as soon as i save the mod, the isDeleted doesn't work any more
so how can i detect if an entity is removed? because just asking for isFault, doesn't indicate that it was deleted... and i cannot use isDeleted