Hi
I have been using xcode for iOS development over 10 years now. I have noticed that ~/Library/Developer and ~/Library/Developer/Xcode have gotten really big. I need to find more disk space and am looking for ways to clean up
$ du -sh Developer/
84G Developer/
$ du -sh Developer/Xcode/
66G Developer/Xcode/
Some of this stuff looks really really old
$ ls -l Developer/Xcode/
total 37056
drwxr-xr-x 63 andrewdavidson staff 2.0K Dec 19 16:29 Archives/
drwxr-xr-x 7 a staff 224B Dec 18 09:56 DerivedData/
-rw-r--r-- 1 a staff 440K Aug 17 2013 DeveloperPortal 5.0.db
-rw-r--r-- 1 a staff 180K Sep 18 2014 DeveloperPortal 5.1.1.db
-rw-r--r-- 1 a staff 32K Oct 30 2014 DeveloperPortal 5.1.1.db-shm
-rw-r--r-- 1 a staff 0B Sep 18 2014 DeveloperPortal 5.1.1.db-wal
I used the xcode organizer to delete old archive
Is there a way to remove old simulators?
Is there an official utlitiy I can use to clean up? I suspect there is a lot of stuff left over from older version of xcode
Kind regards
Andy