本文介绍了Xcode 10+:如何切换到旧版构建系统?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
Xcode 10+中的新构建系统似乎存在一些问题.如何切换到旧的(旧版)构建系统?
There seem to be some problems with the new build system in Xcode 10+. How do I switch to the old (legacy) build system?
推荐答案
您可以通过以下菜单从菜单切换回先前的(旧版)构建系统File > Workspace Settings...
(或Project Settings...
):
You can switch back to the previous (legacy) build system from the menu byFile > Workspace Settings...
(or Project Settings...
):
这会弹出一个对话框,您可以在其中将Build System
更改为Legacy Build System
:
This brings up a dialog where you can change the Build System
to Legacy Build System
:
Hat tip to this answer. There's also a video here.
这篇关于Xcode 10+:如何切换到旧版构建系统?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!