美文网首页
libstdc++.6 问题

libstdc++.6 问题

作者: 神经蛙2007 | 来源:发表于2020-05-11 15:21 被阅读0次

    如何用到C++等第三方库出现 libstdc++.6.dylib这个库无法找到  ,可以选择添加这个库到新版本Xcode下,出现这个问题相信你已经搜索或知道此问题了,Xcode 10以后已经废弃了libstdc++.6这个库,但是还有运行或打包ipa上架的cash 看看能帮助你吗 “ /usr/lib/libstdc++.6.dylib: mach , but not built for iOS simulator”

    上面的问题解决方法:

    1.下载Xcode 10以前的库libstdc++.6.0.9.tbd,还有libstdc++.6.dylib(基本上这两个库我是解决的)

    2.去这两个地址添加      /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/

     /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/

    把两个库分别添加进去 。

    替换完运行模拟器如果还出错的话

    Xcode 10以上到11 去下面这个地址添加libstdc++.6.dylib库

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

    如果用的是Xcode11 或最新的 

    最新的Xcode11以上去下面这个地址添加 libstdc++.6.dylib库

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

    可去网上找找下载 嫌麻烦也可以去我QQ群文件下载387475841

    相关文章

      网友评论

          本文标题:libstdc++.6 问题

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