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

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

    I had the JSONwebtoken pod installed and that was causing issues. I needed to delete the CommonCrypto folder that is in the JSONWebtoken pod folder. Here is a ->link<- explaining the issue. This started happening in Xcode 10.

提交回复
热议问题