Build fails with “Command failed with a nonzero exit code”

前端 未结 30 2666
栀梦
栀梦 2020-11-28 09:15

When I try to build my app with Xcode, an error interrupts the build process:

Command CompileStoryboard failed with a nonzero exit code

30条回答
  •  独厮守ぢ
    2020-11-28 09:27

    In my case, the problem was that I assigned a .swift class to the viewController in the storyboard, while the project was Objective C.

提交回复
热议问题