美文网首页
libstdc++6.0.9问题的兼容解决方案

libstdc++6.0.9问题的兼容解决方案

作者: 爱玩基金的程序员 | 来源:发表于2020-06-01 18:05 被阅读0次

文件夹的内容拷贝到对应路径下即可

平台 文件夹 文件 大小 路径

模拟器运行需要 CoreSimulator libstdc++.6.0.9.dylib 766,624B (Xcode 10)/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/ 

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

模拟器编译需要 iPhoneSimulator libstdc++.6.0.9.tbd 206,800B /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/

iOS真机 iPhoneOS libstdc++.6.0.9.tbd 209,673B /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/

macAPP MacOSX libstdc++.6.0.9.tbd 206,751B /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/

//下载地址

链接: https://pan.baidu.com/s/1vu2CtpnxB_yK9GIfF6wiew 密码: 5ba6

相关文章

网友评论

      本文标题:libstdc++6.0.9问题的兼容解决方案

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