Xcode 10 Multiple commands produce 报错解决

更新Xcode 10,自然开始第一时间运行老项目,踩坑填坑

这边记录下基本出现的问题

Error: Multiple commands produce

Xcode10的更新点这里笔者不在阐述,想了解的自行Google。这边着重提及下与本问题相关的一个更新点。

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更改适配中提及到以下两点

The new build system has stricter checks for cycles between elements in the build in order to prevent unnecessary rebuilds.
It is an error for any individual file in the build to be produced by more than one build command. For example, if two targets each declare the same output file from a shell script phase, factor out the declaration of the output file into a single target.

New Build System会对构建中的元素循环进行严格的检查,避免不必要的重建,这个也是错误出现的原因。

针对Xcode10(默认设置新创建系统)进行一下操作即可适应老项目不报错:
Xcode -> File -> Workspace Setting… -> Build System中选择(Legacy Build System) -> Done
运行项目即可。(如图所示:1->2->3->4步骤)
在这里插入图片描述

在这里插入图片描述
老项目OK了

注意:下边是针对重复文件的操作,及删除相应的文件:
用Xcode10跑之前的项目,也就报了一种类型的错误:Multiple commands produce。这个的原因是项目中使用第三方库,里面有README.md,README.txt,LICENSE,Info.plist之类的,而且是不止一个库中有,重复的这些文件,导致的报错。
  解决方案(如图):找到对应得第三方库的 target > Build phase > Copy Bundle Resource/Compile Sources,删掉第三方库中重复的上述文件即可。
在这里插入图片描述

  • 0
    点赞
  • 9
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值