Is there a way to empty the Xcode 4 cache?
            Asked
            
        
        
            Active
            
        
            Viewed 6,614 times
        
    3 Answers
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:
- Click Command+Shift+K.
- Or go to Product -> Clean in the menu.
- 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
