Skip to content

Instantly share code, notes, and snippets.

@alekseypotapov-dev
Last active May 22, 2024 09:42
Show Gist options
  • Select an option

  • Save alekseypotapov-dev/98aa1600ff19b626b0ebff39fff41be3 to your computer and use it in GitHub Desktop.

Select an option

Save alekseypotapov-dev/98aa1600ff19b626b0ebff39fff41be3 to your computer and use it in GitHub Desktop.
Cleaning mac from Xcode's files
Clean the following folders referring to http://ajithrnayak.com/post/95441624221/xcode-users-can-free-up-space-on-your-mac
~/Library/Developer/Xcode/DerivedData
~/Library/Developer/Xcode/Archives
~/Library/Developer/Xcode/iOS DeviceSupport
~/Library/Developer/CoreSimulator
~/Library/Caches/com.apple.dt.Xcode
~/Library/Application Support/MobileSync/
xcrun simctl delete unavailable
xcrun simctl --set previews delete all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment