4

Is there a way to empty the Xcode 4 cache?

Rmm
  • 41
  • 1
  • 2
  • Duplicate Question: [http://stackoverflow.com/questions/5714372/how-to-empty-caches-and-clean-all-targets-xcode-4][1] [1]: http://stackoverflow.com/questions/5714372/how-to-empty-caches-and-clean-all-targets-xcode-4 – will Farrell Mar 06 '12 at 12:45

3 Answers3

2

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.

Charles Vu
  • 478
  • 4
  • 14
0

For XCode 4:

  1. Click Command+Shift+K.
  2. Or go to Product -> Clean in the menu.
  3. Or click Command+Option+Shift+K to clean the build folder.

On the simulator, click the "Reset content and settings" in the simulator menu.

golddc
  • 468
  • 3
  • 12
0

By Xcode cache, do you mean the build directories? If so, select "Clean" from the "Product" menu.

Peter DeWeese
  • 18,141
  • 8
  • 79
  • 101