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

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

    In my case it was about having a file named Location. after some digging I find out that it was about having two file with the same name (weird). Cause I don't, however, it's been solved by removing the file and adding another file with a different name.

    filenames are used to distinguish private declarations with the same name
    

提交回复
热议问题