24

Why am I seeing the following error when running mogenerator to generator class files for my Core Data model objects?

skipping entity MyObjectName (NSManagedObject) because it doesn't use a custom subclass.
codeperson
  • 8,050
  • 5
  • 32
  • 51

1 Answers1

52

Solve this problem by making sure you fill in both the Name and Class fields on the Data Model inspector:

Data Model inspector

codeperson
  • 8,050
  • 5
  • 32
  • 51