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

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

    When you stop building a project when the compiler is in the middle of something "important", this error could appear. In that case, building the project again and letting it finish normally makes this error disappear.

提交回复
热议问题