Xcode10填坑|Xcode10填坑 library not found for -lstdc++.6.0.9
1、缺失lstdc++.6.0.9
【Xcode10填坑|Xcode10填坑 library not found for -lstdc++.6.0.9】直接手动从Xocde9复制到Xcode10会有问题,提供制作好的替身文件:
下载地址点
2、重复的info.plist文件
Showing Recent Messages
:-1: Multiple commands produce '/Users/hollysmary/Library/Developer/Xcode/DerivedData/DaoLanTianXia-helnpylkdpeagbhggsyxwcjkplyj/Build/Products/Debug-iphonesimulator/DaoLanTianXia.app/Info.plist':
1) Target 'DaoLanTianXia' (project 'DaoLanTianXia') has copy command from '/Users/hollysmary/Desktop/Projects/DaoLanTianXia_jinan_2.0/DaoLanTianXia/Info.plist' to '/Users/hollysmary/Library/Developer/Xcode/DerivedData/DaoLanTianXia-helnpylkdpeagbhggsyxwcjkplyj/Build/Products/Debug-iphonesimulator/DaoLanTianXia.app/Info.plist'
2) Target 'DaoLanTianXia' (project 'DaoLanTianXia') has process command with output '/Users/hollysmary/Library/Developer/Xcode/DerivedData/DaoLanTianXia-helnpylkdpeagbhggsyxwcjkplyj/Build/Products/Debug-iphonesimulator/DaoLanTianXia.app/Info.plist'
重复文件是其他部门的依赖,所以修改了xcode的配置暂时解决了编译报错的问题:
xcode--file--Workspace Settings--Build System--legacy Build System
文章图片
C6100E1F-91CD-4D97-9C21-A1CBEE985564.png
推荐阅读
- 【React|【React Native填坑之旅】从源码角度看JavaModule注册及重载陷阱
- 2018.8.16|2018.8.16 填坑
- Android Design Support Library常用控件(下)
- R|R 画韦恩图
- Flutter|Flutter 填坑之Scrollview嵌套Listview
- android|Design Support Library
- PHP|php curl返回false填坑记-curl调用微信创建自定义菜单返回false
- Android|Android Studio如何添加工程(project)为library(针对非gradle)
- Base封装(二)--|Base封装(二)-- 封装属于自己的Library(UI篇)
- Android|android 引用library时无法调用中的jar包