In the new xCode (8) disappeared from the menu file -> new file -> NSManagedObjectSubclass. I want to create a class from entity coreDaty so that I can work with connections and handle it. 
- see Xcode automatic subclass generation developer.apple.com/library/content/releasenotes/General/… - Max Mikheyenko
- Choose model - Editor - Create NSManagedObject Subclass and Xcode will generate them for you - Vitali Eller
|