xcode 中 打包 报 Multiple commands p
2023-05-29 本文已影响0人
JoeWcc
在项目打包编译的时候突然报:
Multiple commands produce '/Users/junyunuo/Library/Developer/Xcode/DerivedData/PatientDanZhai-evsyvxutlhfxxudoxbwzbqagchpy/Build/Intermediates.noindex/ArchiveIntermediates/PatientDanZhai/InstallationBuildProductsLocation/Applications/PatientDanZhai.app/SVProgressHUD.bundle'
这个时候说明你的SVProgressHUD库 重复了,需要删除一个,然后重新打包即可