Cannot delete derived data in Xcode 4's organizer

本秂侑毒 提交于 2019-12-18 07:28:11

问题


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.


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/9509004/cannot-delete-derived-data-in-xcode-4s-organizer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!