I have a project (macOS Swift/SwiftUI Core Data app) that compiles and runs fine in Xcode 11, but the latest release of the Xcode 12 beta yields two compilation errors in the Core Data generated classes.
The errors are both "Redundant conformance of <class> to protocol 'Identifiable'" because the classes inherit said conformance from NSManagedObject. These two classes happen to be the only two out of 12 that inherit directly from NSManagedObject.
Will file a bug; any workarounds?
TIA
The errors are both "Redundant conformance of <class> to protocol 'Identifiable'" because the classes inherit said conformance from NSManagedObject. These two classes happen to be the only two out of 12 that inherit directly from NSManagedObject.
Will file a bug; any workarounds?
TIA