Why am I not able to override isEqual in my NSManagedObject subclass?

Viewed 3455

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?

1 Answers
Related