美文网首页程序员iOS开发-技术分享
解决 Xcode 10 缺失libstdc++ 库

解决 Xcode 10 缺失libstdc++ 库

作者: Beoyan | 来源:发表于2019-01-30 13:58 被阅读20次

    由于Xcode10中缺失了libstdc++ 的库导致部分依赖于这个库的三方库无法编译 其中有人写了对应的脚本这里分享出来 git脚本地址

    如果脚本不好用可以自己手动把对应1、2、3、4文件夹中的文件放入对应的目录下 某盘链接

    文件夹 1:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/

    文件夹 2:
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/

    文件夹 3:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/

    文件夹 4:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/

    相关文章

      网友评论

        本文标题:解决 Xcode 10 缺失libstdc++ 库

        本文链接:https://www.haomeiwen.com/subject/sutcsqtx.html