Why do my mogenerated classes start with double underscores?

89 views Asked by At

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?

0

There are 0 answers