Create NSManagedObject Subclass... make a new Error in my project
Select the xcdatamodeld
file in the project navigator, select the entity and press ⌥⌘3 – in Xcode 13 ⌥⌘4 – to show the Data Model Inspector.
If you created the class manually the Codegen
popup must be set to Manual/None
otherwise the class file is created implicitly.