skip to Main Content

I updated macOS to Big Sur for my late 2016 MacBook Pro.

When I check the storage:

enter image description here

Xcode Caches takes a huge size of storage. I deleted it and it will show up again.

Why is it so huge? Can I delete them and how to delete them?

2

Answers


  1. They are not caches. But simulators for various devices like AppleTV, Watch, and iPhones.

    You can delete them from the app.

    Xcode Simulator: how to remove older unneeded devices?

    https://apple.stackexchange.com/questions/5353/how-can-i-figure-out-whats-slowly-eating-my-hd-space

    Login or Signup to reply.
  2. That whole file that you see labeled Xcode Caches listed within the Developer tab after you’ve decided to view the storage management, is not all comprised of Caches. It has iOS simulators and inside there are caches of the simulators. To delete those caches, you can use CleanMyMacX. Open the app, and select space lens then navigate to the Developer folder within the Library folder. Select CoreSimulator and inside you’ll find the Caches folder which is the one that you should delete.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search