codeperson
codeperson

Reputation: 8050

Mogenerator error: skipping entity MyObjectName (NSManagedObject) because it doesn't use a custom subclass.

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.

Upvotes: 24

Views: 3496

Answers (1)

codeperson
codeperson

Reputation: 8050

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

Data Model inspector

Upvotes: 52

Related Questions