Reputation: 2183
I'm following this tutorial: http://raptureinvenice.com/getting-started-with-mogenerator/ and using the following script to generate the coredata classes for my project:
mogenerator -m MyProject/Classes/Model/MyProject.xcdatamodeld -O MyProject/Mogenerator --swift --template-var arc=true
However instead of generating a Entity and and _Entity files what I get are _Entity and __Entity. I checked in the obvious places, ensuring my core-data entities are appropriately named and that there are no underscores in the specified class names. Where else could the problem be?
Upvotes: 2
Views: 87