mogenerator Questions

1

I can't get Mogenerator 1.27 to generate the NSManagedObject classes as I'm getting this error: Assertion failed: (momcTool && "momc not found"), function -[MOGeneratorApp setModel:], fi...
Gatlin asked 18/7, 2014 at 2:36

6

Solved

I installed Mogenerator. Now what do I do? How do I use it? The first problem I have is that I have no idea where it was installed to. During the install process, it only let me select the hard dr...
Rozella asked 25/8, 2010 at 5:46

4

Solved

The help for Mogenerator is very minimal. What do all the parameters do?
Impetuosity asked 28/8, 2010 at 2:49

2

Solved

From the Core Data Programming Guide (my emphasis): By default, Core Data dynamically creates efficient public and primitive get and set accessor methods for modeled properties (attributes and r...
Karmen asked 15/9, 2011 at 7:39

2

Solved

I am following the steps in this link: http://raptureinvenice.com/getting-started-with-mogenerator/ I have done this before in Xcode 4.6 but now that I have updated to Xcode 5 I couldn't follow it...
Cyanosis asked 2/10, 2013 at 2:37

1

Solved

I've been using mogenerator for a while now, and while there is a reasonable Getting Started Guide and a Stack Exchange article on the command line options, I haven't found a good guide for all of ...
Matherne asked 21/3, 2014 at 17:56

1

Solved

I'm trying to use Mogenerator in my iOS project developed in Xcode 5. I've installed Mogenerator with brew: brew install mogenerator then link: brew link mogenerator After that I have access ...
Thermometer asked 8/10, 2013 at 12:54

5

I just installed mogenerator+xmo'd on my development machine and would like to start playing with it. The only instructions I could really find online were from a previous SO post, and those don't ...
Lippe asked 25/2, 2011 at 15:0

1

I'm trying to get mogenerator (1.26 latest) to generate some boiler plate classes from a core data model (xcdatamodel) and it reports: No entities found in model. No files will be generated. (mode...
Cowell asked 3/9, 2012 at 8:4

2

Solved

In my application I'm using Core Data stuff to enable persistent data saving. Since I've seen that mogenerator provides a good approach to create and maintain NSManagedObject subclasses (also with ...
Ileana asked 28/11, 2012 at 16:8

2

Solved

I'm trying to get RestKit and CoreData to work together. I'm getting closer, but I'm getting the following error: CoreData: error: Failed to call designated initializer on NSManagedObject class 'B...
Twoseater asked 10/1, 2013 at 22:39

1

Solved

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...
Garbage asked 6/1, 2013 at 16:0

2

Solved

I just installed MOgenerator 1.21 for use with Xcode 3.2.5 (on an iOS project if that's relevant). I can run the mogenerator command from the terminal fine. But I can't seem to have xmod work. md...
Uncut asked 29/11, 2010 at 15:54

1

Solved

I have a Core Data model with a single transformable attribute. I also have this attribute use a custom NSValueTransformer, setup in the model properly. When I use mogenerator to generate/update ...
Spec asked 16/2, 2011 at 19:27
1

© 2022 - 2024 — McMap. All rights reserved.