I have two custom NSManagedObject classes: Notes and Tags.
When I override the isEqual: function in the Tags class I get an error message like this:
'Class 'Tags' for entity 'Tags' has an illegal override of NSManagedObject -isEqual:'
Why is this happening?