Skip to content

adilrc/CleanXcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

CleanXcode

1. Reset Simulator content and settings

  • Launch Simulator
  • DeviceErase All Content and Settings...

2. Delete derived data

Delete content of: ~/Library/Developer/Xcode/DerivedData/

In the terminal:

rm -rf ~/Library/Developer/Xcode/DerivedData/*

You can create an alias, if you have ZSH w/ OhMyZsh you can type on your terminal:

echo "alias cleanXcode='rm -rf ~/Library/Developer/Xcode/DerivedData/*'" >> ~/.zshrc

Then delete the content of DeriveData folder by typing on the terminal :

cleanXcode

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published