Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is Xcode's build folder?

Tags:

xcode

build

Before Xcode 4 the build used to be created in the root folder of my project. I can no longer find it.

Where can i find the build folder?

like image 715
aryaxt Avatar asked May 10 '11 15:05

aryaxt


People also ask

Where is derived data located?

DerivedData is a folder located in ~/Library/Developer/Xcode/DerivedData by default. It's the location where Xcode stores all kinds of intermediate build results, generated indexes, etc. DerivedData location can be configured in Xcode preferences (Locations tab). So now and then you run into odd build problems.

What is Project_dir?

PROJECT_DIR. Identifies the directory containing the project ( .xcodeproj ) $(PROJECT_DIR)/build is used as the create the default value for: Intermediate Build Files Path OBJROOT.


1 Answers

~/Library/Developer/Xcode/DerivedData is now the default.
You can set the prefs in Xcode to allow projects to specify their build directories.

like image 85
pzearfoss Avatar answered Oct 13 '22 19:10

pzearfoss