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

前端 未结 30 2751
栀梦
栀梦 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:39

    Closing Xcode for me didn't have an effect. Instead, I cleaned the project using CommandShiftK.


    I also found another reason: I had a storyboard reference to another storyboard which I had removed. The quick fix was deleting this.

提交回复
热议问题