Xcode 派生数据位置
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/13761934/
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
Xcode derived data location
提问by DavidM
Xcode keeps writing derived data to the project folder even though its set to default in the xcode project settings, its there any way to force this other than the project settings?
Xcode 不断将派生数据写入项目文件夹,即使它在 xcode 项目设置中设置为默认值,除了项目设置之外,还有其他方法可以强制执行此操作吗?
回答by D_D
By default Xcode stores the derived data for all projects in a single shared folder under your home directory at the following location:
默认情况下,Xcode 将所有项目的派生数据存储在您的主目录下的单个共享文件夹中,位于以下位置:
~/Library/Developer/Xcode/DerivedData
Update:
更新:
From Xcode 6, you can access or change derived data location from Preferences -> Locations Tab
在 Xcode 6 中,您可以从Preferences -> Locations Tab访问或更改派生数据位置