react-native library not found for -lstdc++.6.0.9

Xcode10 Xcode11:library not found for -lstdc++.6.0.9 临时解决

 

临时解决方案:

1.将libstdc++.6.0.9tbd.zip解压,放到以下目录: 链接: https://pan.baidu.com/s/1a43oakMgSyQNnKJMHKtvIA  密码: l0gb

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

2.将libstdc++_sim.zip解压,放到以下目录:链接: https://pan.baidu.com/s/1OkCUDuYaKLmdPM4Y9hloNA  密码: cvtt

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

3.将libstdc++.dylib_sim.zip解压,放到目录 链接: https://pan.baidu.com/s/1xGsi20xZMkJwbpacQV-Iew  密码: bgqa

Xcode10:

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

Xcode11/12:

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

 

参考来源: https://www.jianshu.com/p/ef584a960a0d

 

posted @   zhengyan_web  阅读(87)  评论(0编辑  收藏  举报
编辑推荐:
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
阅读排行:
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 单元测试从入门到精通
· 上周热点回顾(3.3-3.9)
· Vue3状态管理终极指南:Pinia保姆级教程
点击右上角即可分享
微信分享提示