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?
Asked
Active
Viewed 2.7k times
1 Answers
72
By default Xcode stores the derived data for all projects in a single shared folder under your home directory at the following location:
~/Library/Developer/Xcode/DerivedData
Update:
From Xcode 6, you can access or change derived data location from Preferences -> Locations Tab

DD_
- 7,230
- 11
- 38
- 59
-
if you want access the value from command line this can help: https://stackoverflow.com/a/13808494/669692 – Andrzej Martyna Jul 25 '18 at 11:58