Posted on September 17, 2020
If you’ve been using Xcode for a while, you should remove old simulators that are no longer supported to clear up some space. Use the following terminal command to delete the old simulators:
$ xcrun simctl delete unavailable
Gavin Wiggins © 2020