XCode 'Clean' 实际上是做什么的?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/10351655/
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-15 00:06:58  来源:igfitidea点击:

What does XCode 'Clean' actually do?

xcode

提问by Cristian

I always choose to 'Clean' my project before archiving it in my XCode projects, but I don't actually know what it does.

在将项目归档到我的 XCode 项目之前,我总是选择“清理”我的项目,但我实际上并不知道它的作用。

I've searched the Internet and can't find the answer either.

我在互联网上搜索过,也找不到答案。

If anybody knows could you please post it here?

如果有人知道你可以在这里张贴吗?

Thanks everyone

谢谢大家

回答by joltguy

From the Xcode Glossary:

来自Xcode 词汇表

"clean: Removes all the product files, as well as any object files (.o files) or other intermediate files created during the build process."

clean:删除所有产品文件,以及在构建过程中创建的任何目标文件(.o 文件)或其他中间文件。”