ios - How can I safely delete in my ~/Library/Developer/Xcode/DerivedData directory? -


Do I want to delete old (replaceable) data and DerivedData content potential candidate . Since this name is DerivedData , I believe that this information is that, if unavailable, will be generated during a construction phase and if present, it is used during the same phase. It seems logical that I can remove any old project data without fear and if I should build that old project, it will take longer than usual time for the first time, all these derived data again Sector must prepare.

Am I wrong here?

All intermediate build notifications, debug and release-built in Derived Data folder Goals, as well as the index of your project. When you have strange index problems (code completion is not working properly, constantly re-indexing, or even just a slow project), useful to delete derived data is.

The archives folder (a brother of the derived data) contains an archived form, by removing the entire folder, this information knows about all projects . This is your goal, later release build and DSYM data for debugging. If you want to be able to debug the deployed versions of your application, then you should not remove it.

When you open the organizer window for a given project, select the desired projects from the Projects tab and click the Delete button next to the generated data path. This problem is more of "surgical strike" for projects.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -