This script is used to clean up data from old builds from Xcode. Xcode should be closed when running this script.
- If Xcode is open, you should close it before running this script.
- Open Terminal
- Copy/Paste this code into Terminal all on one line:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/loopnlearn/LoopBuildScripts/main/CleanCartDerived.sh)"
4. Press enter.
To see the commands, look at this link:
https://github.com/loopnlearn/loopbuildscripts/blob/main/CleanCartDerived.sh
You can copy/paste each of the two individual “rm” commands into Terminal instead of running this script if you prefer.