清空 Xcode 4 缓存
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5437854/
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
Empty Xcode 4 cache
提问by Rmm
Is there a way to empty the Xcode 4 cache?
有没有办法清空 Xcode 4 缓存?
回答by Charles Vu
You have to go to the organizer then Projects, click on the project you want to clean. Finally click on the delete on the right.
您必须转到组织者,然后转到项目,单击要清理的项目。最后点击右边的删除。
回答by golddc
For XCode 4:
对于 XCode 4:
- Click Command+Shift+K.
- Or go to Product -> Clean in the menu.
- Or click Command+Option+Shift+K to clean the build folder.
- 单击 Command+Shift+K。
- 或转到菜单中的产品 -> 清洁。
- 或者单击 Command+Option+Shift+K 来清理构建文件夹。
On the simulator, click the "Reset content and settings" in the simulator menu.
在模拟器上,单击模拟器菜单中的“重置内容和设置”。
回答by Peter DeWeese
By Xcode cache, do you mean the build directories? If so, select "Clean" from the "Product" menu.
Xcode 缓存是指构建目录吗?如果是这样,请从“产品”菜单中选择“清洁”。