编译报错 library not found for -l"stdc++.6.0.9"
原因是Xcode10取消了6.0.9的支持
解决办法:
打开Build Phases--Link Binary With Libraries,删除6.0.9依赖 添加Libc++.tdb
治标的办法: 如果依赖c++6.0.9的SDK是第三方SDK等待第三方更新解决,一般三方SDK会更新适配到最新系统。
编译报错 library not found for -l"stdc++.6.0.9"
原因是Xcode10取消了6.0.9的支持
解决办法:
打开Build Phases--Link Binary With Libraries,删除6.0.9依赖 添加Libc++.tdb
治标的办法: 如果依赖c++6.0.9的SDK是第三方SDK等待第三方更新解决,一般三方SDK会更新适配到最新系统。
本文标题:library not found for -l"stdc++.
本文链接:https://www.haomeiwen.com/subject/hoptictx.html
网友评论