本文主要是介绍Xcode10 打开旧项目报错Multiple commands produce定位到Info.plist解决方案,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
今天一早升级了Xcode10 结果一打开项目直接闭门停了。
报错内容如下:
--------------------------------------------------------------
Showing Recent Messages
:-1: Multiple commands produce '/Users/apple/Library/Developer/Xcode/DerivedData/spor-alxyeeddbojurrdoaxniuovitgdw/Build/Products/Debug-iphoneos/spor.app/Info.plist':
1) Target 'spor' (project 'spor) has copy command from '/Users/apple/Downloads/NoAppNoPush/spor/External/Masonry/Info.plist' to '/Users/apple/Library/Developer/Xcode/DerivedData/spor-alxyeeddbojurrdoaxniuovitgdw/Build/Products/Debug-iphoneos/spor.app/Info.plist'
2) Target 'spor' (project 'spor') has process command with output '/Users/apple/Library/Developer/Xcode/DerivedData/spor-alxyeeddbojurrdoaxniuovitgdw/Build/Products/Debug-iphoneos/spor.app/Info.plist'
-------------------------------------------------------------
解决方案:
选择 xcode -> File -> Project Seetongs.... -> Shared Project Seetings: -> Build System -> Legacy Build System ->Done
选择蓝色的 -> Done -> 编译通过
这篇关于Xcode10 打开旧项目报错Multiple commands produce定位到Info.plist解决方案的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!