Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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. 
like image 543
codeperson Avatar asked Jan 06 '13 16:01

codeperson


1 Answers

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

Data Model inspector

like image 72
codeperson Avatar answered Oct 02 '22 19:10

codeperson