Command /bin/sh failed with exit code 1

我们经常会遇到这种错误,一般的原因是因为没有选中
Run script only when installing
这个选项在Targets->Build Phases

这层下会有很多的展开项,然后点开根据报错的提示,e.g:Run custom shell script '[CP Copy Pods Resource]'

找到[CP Copy Pods Resource]选项,然后选中 Run script only when installing即可,其他类推。

你可能感兴趣的:(Command /bin/sh failed with exit code 1)