When I try to build my app with Xcode, an error interrupts the build process:
Command CompileStoryboard failed with a nonzero exit code>
CompileStoryboard
In my case, the problem was that I assigned a .swift class to the viewController in the storyboard, while the project was Objective C.