Can I delete data from the iOS DeviceSupport directory?

3x14 picture 3x14 · Apr 28, 2015 · Viewed 116.4k times · Source

After going through and cleaning my disk with old things that I didn't need anymore, I came across the iOS DeviceSupport folder in ~/Library/Developer/Xcode which was taking nearly 20 GB.

A similar question has been asked before, but since then many things have changed and I would like an up-to-date answer.

As long as I have the version I use for testing, can I delete the older/unused versions without breaking anything?

iOS DeviceSupport contents

Answer

rmaddy picture rmaddy · Apr 29, 2015

The ~/Library/Developer/Xcode/iOS DeviceSupport folder is basically only needed to symbolicate crash logs.

You could completely purge the entire folder. Of course the next time you connect one of your devices, Xcode would redownload the symbol data from the device.

I clean out that folder once a year or so by deleting folders for versions of iOS I no longer support or expect to ever have to symbolicate a crash log for.