升级xcode9后出现的一些问题

升级xcode9后出现的一些问题

报错1: Run custom shell script '[cp] Copy PodsResources' error
......
Command /bin/sh failed with exit code 1

原因:xib版本支持问题。比如友盟里面的xib文件,升级到Xcode9之后需要手动配置一下。

解决:点击Pods-->找到友盟的文件夹然后找到Resources 找到那一堆XIB 点击右侧展开属性栏找到interface Builder Document 吧Builds For 换成7.0以后。即可。

其实出现这个问题:
我们经常会遇到这种错误,一般的原因是因为没有选中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即可,其他类推。

这样也是可以解决

但是在xcode 9打包过程中会报错 很无奈…

你可能感兴趣的:(升级xcode9后出现的一些问题)