美文网首页
Xcode library not found for -lst

Xcode library not found for -lst

作者: 英雄出少年 | 来源:发表于2021-05-27 15:43 被阅读0次

Xcode10中删除的libstdc++

其中MacOSX、iPhoneOS、iPhoneSimulator 中的libstdc++.tbd文件分别对应复制到Xcode10中的以下3个目录中即可:

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

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

链接:https://pan.baidu.com/s/14u9uvsf-Jde8hn4LNJynCQ 密码:3c77

相关文章

网友评论

      本文标题:Xcode library not found for -lst

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