Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to "Delete derived data" in Xcode?

In Xcode5 there is simple option to Delete derived data:

In organiser menu (cmd + shift + 2):

enter image description here

But with new interface of Xcode6 there is no similar options.

Is there any quick methods to delete this trough Xcode6 interface?

Or now I should remove this folders in system manually?

like image 994
skywinder Avatar asked Jun 04 '14 14:06

skywinder


People also ask

Can I delete derived data Xcode?

Choose Window -> Organizer. Select the Projects tab. Select your project on the left. Next to the Derived Data line, there click the Delete button.

Where is derived data Xcode?

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).

Where is derived data Xcode 13?

Using Your Mouse (Graphics User Interface) Select the Locations tab from the menu bar. Focus on the Derived Data section. Here you will see the path of the DerivedData folder on your Mac. Click on the right arrow icon next to the path to quickly access this folder.


1 Answers

Update again: in Xcode 12 go to Preferences -> Locations tab -> click the arrow by the DerivedData path to open it in Finder -> move DerivedData to the trash (Xcode will rebuild it)

like image 146
k k Avatar answered Sep 29 '22 03:09

k k