Skip to content

NateCC0902/CleaningXcodeCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is project for?

Those shell files are for removing junk of Xcode.

Based on YoungSeon.Ahn's method >> https://lovemewithoutall.github.io/it/xcode-clean-up/ <<

Remove including:

RemoveXcodeCache:
~/Library/Developer/CoreSimulator/Devices
~/Library/Developer/CoreSimulator/Caches/dyld
~/Library/Developer/Xcode/DerivedData
~/Library/Developer/Xcode/Archives
~/Library/Developer/Xcode/iOS\ Device\ Logs

RemoveSimulator:
~/Library/Developer/Xcode/UserData/Previews

Usage:

Remove Caches:
1. download the RemoveXcodeCache.sh file
2. open the terminal
3. chmod u+x RemoveXcodeCache.sh
4. sudo ./RemoveXcodeCache.sh

Remove Previews:
1. download the RemoveSimulator.sh file
2. open the terminal
3. chmod u+x RemoveSimulator.sh
4. sudo ./RemoveSimulator.sh
5. restart Xcode

Warning

you should read the script line by line before you run it !!!!

About

Those shell files are for removing junk of Xcode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages