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

1

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.
Garbage answered 6/1, 2013 at 16:0 Comment(0)
G
52

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

Data Model inspector

Garbage answered 6/1, 2013 at 16:3 Comment(1)
Nicely illustrated. Was looking at this very field and wondering if that was what was needed :DUnders

© 2022 - 2024 — McMap. All rights reserved.