I'd like to remove old (replaceable?) data and DerivedData contents seem a likely candidate. Since it's name DerivedData, I assume that it's info that, if missing, would be generated during a build phase and if present, is used during that same phase. It seems logical then that I could delete any old project data without fear and if I should ever build that old project, the first time through would take longer than normal sine it has to recreate all this derived data.
Am I mistaken here?
~/Library/Developer/Xcode
, as DerivedData, so "that bloody folder" (DerivedData) does NOT contain the dSYM data and it's contents can be safely deleted. – Selwyn