更新 Xcode,自然开始第一时间运行老项目,踩坑填坑!!!
我这边记录下基本出现的问题:

网上搜了一下找到下面的:
Build System
Again, Xcode 10 uses a new build system. The new build system provides improved reliability and build performance, and it catches project configuration problems that the legacy build system does not.
The legacy build system is still available in Xcode 10. To use the legacy build system, select it in the File > Project/Workspace Settings sheet. Projects configured to use the legacy build system will display an orange hammer icon in the Activity View.
简单而言,Xcode10使用了一个的新创建系统,比之前的提供更好的可靠性与创建性能,而且可以获取项目配置问题(默认设置新创建系统)
在苹果文档中,提及Xcode10中的关于旧项目New Build System更改适配中提及到以下两点

Xcode 10 引入新构建系统,提高了可靠性和性能,但可能导致Error: Multiple commands produce。此问题通常由文件被多个构建命令生成引起。解决方案包括切换回旧构建系统或在新系统中删除重复的资源复制操作。常见错误源为Copy Bundle Resources和Copy Pods Resources阶段。
最低0.47元/天 解锁文章
1127

被折叠的 条评论
为什么被折叠?



