I updated my iOS app project recently to iOS 10. Now I\'m trying to change the Core Data Model of my app but the new NSManagedObject subclasses which Xcode generates are bro
What you need to do is set the CodeGen to Category/Extension before you execute the Create NSManagedObject subclasses.