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
Try to set CodeGen: Manual/None Module: Current Product Module
It worked for me well, when I faced with the same problem.