I want to achieve the following: Whenever someone triggers a CoreData save (ie. NSManagedObjectContextDidSave notification gets sent), I\'d like to perform some
NSManagedObjectContextDidSave
If you aren’t saving the context twice then you must be adding the observer twice.