When I try to build my app with Xcode, an error interrupts the build process:
Command
CompileStoryboardfailed with a nonzero exit code>
This error happened to me when I forgot to change entity Properties before creating NSManagedObject subclass. Solved by:
Entity+CoreDataClass.swift and Entity+CoreDataProperties.swift.Current Product Module and "codegen" to Manual/None.