Adam Ashwal
Adam Ashwal

Reputation: 1472

Cannot delete derived data in Xcode 4's organizer

I'm trying to restore Code Sense, which has stopped working for my project, and it looks like the accepted way to do that is to delete the derived data.

The problem is that the project has to be open or it doesn't appear in the Organizer, and the delete button for the derived data is faded out and unable to be clicked.

My project is a dropbox folder.

Upvotes: 0

Views: 4835

Answers (2)

Joshua Dance
Joshua Dance

Reputation: 10492

Better way to clear Derived Data is to use this plugin. - https://github.com/kattrali/deriveddata-exterminator

And a better way to install the plugin is to use Alcatraz - http://mneorr.github.io/Alcatraz/

It really is awesome. Try it.

Upvotes: 0

sch
sch

Reputation: 27516

You can clear Derived Data manually without using Organizer. Go to ~/Library/Developer/Xcode/DerivedData/ and delete every thing there, or at least the folders that start with the name of your project.

Upvotes: 6

Related Questions