Showing All Messages
Unexpected duplicate tasks:
1) Target 'HuAliYunKit' (project 'Pods') has copy command from '/Users/huanghaipo/Desktop/317hu_iOS_zhongwei/Pods/HuAliYunKit/HuAliYunKit/Classes/AliyunLogObjc/Info.plist' to '/Users/huanghaipo/Library/Developer/Xcode/DerivedData/317hu-dcvtjrdosnpviyharllwqrceqtfr/Build/Products/Debug-SIT-iphon esimulator/HuAliYunKit/Info.plist'
2) Target 'HuAliYunKit' (project 'Pods') has copy command from '/Users/huanghaipo/Desktop/317hu_iOS_zhongwei/Pods/HuAliYunKit/HuAliYunKit/Classes/AliyunLogObjc/Info.plist' to '/Users/huanghaipo/Library/Developer/Xcode/DerivedData/317hu-dcvtjrdosnpviyharllwqrceqtfr/Build/Products/Debug-SIT-iphon esimulator/HuAliYunKit/Info.plist'
Copy the code
Cause: Because the duplicate files are dependent on other libraries, I modified the configuration of Xcode to temporarily solve the compilation error problem.
Solution 1: On the menu bar, choose File > Workspace Settings > Build System and select Legacy Build System
There is another online solution. Search for duplicate files according to the error, and delete them after finding them. However, I did not find the file reporting the error, so I directly modified the compilation system.