Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to clean build folder in Xcode 5?

Tags:

xcode

build

It seems that the shortcut to "Clean Build Folder" in Xcode 5 has disappeared! Command+Option+Shift+K doesn't work anymore. Anyone got the new shortcut?

like image 690
Van Du Tran Avatar asked Oct 02 '13 20:10

Van Du Tran


People also ask

How do I clean up my Xcode build folder?

To clean the build folder you can use the shortcut Command+Option+Shift+K or Menu Bar → Product → Hold Option Key → Clean build Folder .

Where does Xcode build output?

It should by located in: ~/Library/Developer/Xcode/DerivedData . Save this answer. Show activity on this post. You can configure the output directory using the CONFIGURATION_BUILD_DIR environment variable.


1 Answers

As of Xcode 7, this feature is back. Press Command+Option+Shift+K.

Or from the menu -> Product, press Option on your keyboard and you'll see Clean Build Folder...

like image 195
Van Du Tran Avatar answered Sep 30 '22 18:09

Van Du Tran