I created a subclass of NSManagedObject for my object, but after I delete it because I do not use it, I have the object specified in the xcdatamodeld file. And when I use this object, I now get this message in my console: CoreData: warning: Unable to load a class named '' for entity 'Receipt'. The class was not found; instead, the default NSManagedObject is used.
How can I completely remove this class so that Core Data no longer explores the class for my entity?
source share