Xcode10 彻底废除了libstdc++,相关文件libstdc++.6.0.9.dylib
、libstdc++.6.dylib
、libstdc++.dylib
、libstdc++.6.0.9.tbd
、libstdc++.6.tbd
、libstdc++.tbd
也从Xcode10中删除了。(最好的解决办法还是转到libc++)
如果还想要继续在Xcode10上编译,需要依赖libstdc的项目和库,可以把libstdc++拷贝到Xcode10中
下载文件在最下面(也可以通过Xcode9中的libstdc++)相关问文件复制到Xcode10中
注意:libstdc++.6.dylib
、libstdc++.dylib
是libstdc++.6.0.9.dylib
的替身,libstdc++.6.tbd
、libstdc++.tbd
是libstdc++.6.0.9.tbd
的替身:
路径:两个路径 设备和模拟器
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/libstdc++.6.0.9.tbd
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/libstdc++.6.0.9.tbd
clean 一下! 重新编译就好了
https://blog.csdn.net/zuoqianheng/article/details/80594402(参考大神博客)
https://github.com/devdawei/libstdc-下载地址
链接: https://pan.baidu.com/s/1HYhqUP0N04Ro_uND9jstfA 提取码: dp5n