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

前端 未结 30 2699
栀梦
栀梦 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 it was renaming a file to an existing file in other folder(Group) by mistake, just rename it to what it was then the error disappeared

提交回复
热议问题