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
I solved it like an example given below
Create CurrentcyPair.xcdatamodeld
select CurrentcyPair.xcdatamodeld and select Default -> Entity (CurrencyPair) , rename the class as (.ManagedCurrencyPair)
Select Entity and open Inspector. Set code gen at data model as Manual/None