美文网首页
xcode10 (iOS 12)运行项目, libstdc++报

xcode10 (iOS 12)运行项目, libstdc++报

作者: 刘明洋 | 来源:发表于2018-11-12 16:57 被阅读0次

1、 xcode10 (iOS 12)运行项目, libstdc++报错处理:

需要注意:要拷贝.tdb 和 .dylib

在9.4.1下面找对应位置,拷贝:libstdc++.6.0.9.dylib、libstdc++.6.dylib、libstdc++.dylib

  1. 下面位置拷贝:libstdc++.6.0.9.tbd、libstdc++.6.tbd、
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/

  2. 下面位置拷贝:libstdc++.6.0.9.tbd、libstdc++.6.tbd、libstdc++.tbd
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/

  1. 下面位置拷贝:libstdc++.6.0.9.tbd、libstdc++.6.tbd、libstdc++.tbd
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/

  2. 下面位置拷贝:libstdc++.6.0.9.tbd、libstdc++.6.tbd、libstdc++.tbd
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/

lib文件下载:
http://wx.leadingdo.com/libstdc.zip

相关文章

网友评论

      本文标题:xcode10 (iOS 12)运行项目, libstdc++报

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