So the correct answer seems to be those who commented on my question. The original post is here: fooobar.com/questions/1012077 / ....
Remove all created NSManagedObject subclasses from your project, if they exist.
Install Codegento Manual / None in your .xcdatamodel for all objects Clear project. --- This is a key step that is installed by default on Xcode8.
Empty DerivedData folder p>
Restart xcode
Manually subclass NSManagedObject (in the Editor menu)
Make sure these files are added to your project build
If your problem persists, repeat:
Clear project
Empty DerivedData folder p>
Restart xcode
source share