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

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

    I have faced similar problem. I have done

    • clean project - didn't work
    • Remove Derived Data Folder - didn't work
    • Change build system to Legacy Build Settings - didn't work
    • Restart XCode - didn't work
    • Comment some of my code, a typedef NS_ENUM in .h file and enums related works. Build the system and build success shown. Next un-comment the code and build again - Magically works

提交回复
热议问题