That command depends on command in Target 'x'x': script phase “[CP] Copy Pods Resources”

升级xcode 10.0之后项目出了许多的红色错误

1.png

报这个错误就是去tagets  里Build Phases下 [CP]copy pods Resources 删除下面


2.png

然后又会报错 ld: library not found for -lstdc++.6.0.9(xcode升级之后这些库不存在,项目里添加的这库要移除)


1>在TARGETS  ---->General ------>Linked Frameworks and Libraries 下移除libstdc++.6.0.9.tdb库

2>在TARGETS  ---->Build Settings ------>Other Linker Flages 下移除libstdc++.6.0.9.tdb这个库的标识链接

你可能感兴趣的:(That command depends on command in Target 'x'x': script phase “[CP] Copy Pods Resources”)