Reputation: 8050
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
Reputation: 8050
Solve this problem by making sure you fill in both the Name and Class fields on the Data Model inspector:
Upvotes: 52