xcode 13 报错 That command depends on command in Target 'xxx' (project 'xxx')

304 阅读1分钟
'/Users/xxx/Library/Developer/Xcode/DerivedData/xxx/Build/Products/Debug-iphoneos/xxx.app/Assets.car':
1) Target 'xxx' (project 'xxx') has compile command with input '/Users/xxx/Desktop/workSpace/xxx/Assets.xcassets'
2) That command depends on command in Target 'xxx' (project 'xxx'): script phase “[CP] Copy Pods Resources”

解决方法:

找见如下路径删除,报错消除。

Snip20211019_1.png