libstdc++.6 问题

如何用到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 问题)