Shell script that cleans up xcode project. Works for both iOS and macOS.
If you have a problem running your Xcode project try solving it with just one cleanup terminal command!
- Clone or download the repo
- Navigate to the
xcode_project_cleanerfolder - Install script
./install.sh
- Navigate to your xcode folder
- Execute
cleanup
Whole cleanup process is divided into 4 steps.
- Cleaning derived data
- Cleaning caches
- Reinstalling pods
- Cleaning build
After these steps, your Xcode project should successfully compile!
Greg (Grzegorz) Surma