美文网首页
iOS library not found for -libst

iOS library not found for -libst

作者: 码掺和_夏尼 | 来源:发表于2019-08-06 17:02 被阅读0次

原因:

1.Xcode升级到10.x相应的C++库也升级了,libstdc++ => libc++
2.相应使用的第三方框架未做适配更新

解决:

1.或更新升级适配后的第三方框架
2.或下载旧版本的libstdc++库放到如下位置:

/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/


你很懒的话,使用这个作者提供的下载好的库和执行脚本,一键执行复制

相关文章

网友评论

      本文标题:iOS library not found for -libst

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