It would be nice if you could set the access modifiers for the classes that Xcode auto generates. Right now you can't use them from a framework 😟
Xcode8 NSManagedObject code gen - public?
I agree! Can you edit the generated file and add public to the class?
Just remember to do this after everytime the entity is changed and built
Everything's marked public now, but the generated accessors still crash if you're using ordered to-many relationships. Hiding the generated source code does not help us figure out what's going on. That code should be visible to your project, just like mogenerator did.