We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 32f299fCopy full SHA for 32f299f
xcode/rm-derived-data.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+echo Removing Derived Data...
3
+rm -rf ~/Library/Developer/Xcode/DerivedData
4
+echo RIP Derived Data
0 commit comments