Xcode10 libstdc++类库消失报错error

升级至Xcode10后,遇到链接器命令失败的问题,具体表现为找不到-lstdc++.6.0.9类库。此问题源于iOS12.0移除了该类库,导致依赖此库的第三方组件编译失败。解决方案是在四个特定目录下手动替换类库文件,并进行清理及重新编译。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

升级到Xcode10之后遇见的第二个坑

linker command failed whith exit code1 (use -v to see invocation)

not found for -lstdc++.6.0.9

这个错误原因是因为iOS12.0去掉了-lstdc++.6.0.9,在引用类库的时候无法引用到这个类库,而项目中有些第三方是使用到这个类库的,又不得不去引用,很头疼.

解决办法:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/ /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/1gi6E0YAgltRFmyfjUqQ24Q

去这个地址下载类库,把1234文件夹内的分别放到4个路径下,clean之后重新编译一下即可.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值