xcode10.1 -1: Multiple commands produce报错

 

Showing Recent Messages

:-1: Multiple commands produce '/Users/choice2016a/Library/Developer/Xcode/DerivedData/testxcode9-gzacpjiwwgmrypddufrbybiirwof/Build/Products/Debug-iphoneos/testxcode9.app/Info.plist':

1) Target 'testxcode9' (project 'testxcode9') has copy command from '/Users/choice2016a/Desktop/test/testxcode9/testxcode9/Info.plist' to '/Users/choice2016a/Library/Developer/Xcode/DerivedData/testxcode9-gzacpjiwwgmrypddufrbybiirwof/Build/Products/Debug-iphoneos/testxcode9.app/Info.plist'

2) Target 'testxcode9' (project 'testxcode9') has process command with output '/Users/choice2016a/Library/Developer/Xcode/DerivedData/testxcode9-gzacpjiwwgmrypddufrbybiirwof/Build/Products/Debug-iphoneos/testxcode9.app/Info.plist'

 

 

解决方法,找到targets-build phases-copy bundle resources去掉错误提示中的plist文件,clean一下,重新编译即可。

 

你可能感兴趣的:(Xcode错误提示)