invalid redeclaration in auto code generate NSManagedObject Subclass Swift 3
In Xcode 8.1, before using the auto code generator, you must select the entity in your data model: Then go to the Data Model Inspector tab: Under “Codegen” select “Manual/Node” After that you could create a NSManagedObject subclass without errors. Alternatively, if you have already used ‘Class Definition’, you can go into your existing .xcdatamodeld … Read more