I’ve created a category to add methods to NSManagedObjectModel. Everything works fine except Xcode keeps throwing warnings about NSManagedObjectModel not implementing the methods. How can I force it to recognise the method?
I’ve created a category to add methods to NSManagedObjectModel . Everything works fine except
Share
Did you
#importthe .h of the category?