我在大苏尔通过xcodebuild从命令行使用Xcode13构建了一个产品,并生成了以下警告:
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning文档中写道:

但是,我找不到这样的选项:

发布于 2021-09-24 17:44:18
在Xcode13中,"Parallelize Build“复选框被两个单选按钮所取代:"Dependency Order”(与选中的旧复选框相同)和"Manual Order“(与未选中的旧复选框相同)。
我认为这是一个很好的改变,因为复选框没有给出一个清晰的画面,当它被取消选中时会发生什么。
在你的屏幕截图上,“依赖顺序”已经被选中了,所以你应该可以开始了。
https://stackoverflow.com/questions/69318771
复制相似问题