在 Xcode/Snow Leopard 中清理构建

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2092623/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 19:04:29  来源:igfitidea点击:

Clean build in Xcode / Snow Leopard

xcode

提问by asdf

I am new to OSX and stsarting to use XCode. Here I found the clean build options when working on my C++ project, but both are disabled, how can I use or activate them?

我是 OSX 的新手,开始使用 XCode。在这里,我在处理 C++ 项目时找到了干净的构建选项,但两者都被禁用,我该如何使用或激活它们?

Thanks

谢谢

回答by lancegoh

Just do a Command-Option-Shift-K this should clean the project.

只需执行 Command-Option-Shift-K 即可清理项目。