今天升级Xcode 结果各种报错
ld: library not found for -lstdc++.6.0.9 clang: error: linker command failed with exit code 1 (use -v to see invocation)
ld: library not found for -lstdc++.6.0.9 clang: error: linker command failed with exit code 1 (use -v to see invocation)
stdc++.6.0.9
然后把包含的全部删除 重启xcode即可,使用pod管理sdk的,需要在xxxxx.debug.xcconfig,xxxxx.release.xcconfig文件中将字段 -l"stdc++.6.0.9" 删除即可。本文标题:升级Xcode10程序报错解决方案
本文链接:https://www.haomeiwen.com/subject/owvdoftx.html
网友评论