尝试使用clean命令进行构建或存档会导致:
Could not delete some/build/path/here because it was not created by the build system and it is not a subfolder of derived data.在不使用clean的情况下运行相同的代码,效果很好。此外,在任何较旧的xcode上运行相同的代码都会成功完成。
在macOS big sur,11.6 Xcode版本13.0 (13A233)上运行
发布于 2021-10-13 06:39:47
您是否可以尝试这样做:在产品选项下选择Destination as iPhone,然后选择产品->归档文件,而不是命令行
https://stackoverflow.com/questions/69550744
复制相似问题