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.
1 parent 5a6f315 commit eee184dCopy full SHA for eee184d
clear_derived_data.sh
@@ -0,0 +1,6 @@
1
+#! /bin/bash
2
+
3
+cd /Users/tangqiao/Library/Developer/Xcode/DerivedData
4
+rm -rf *
5
+echo "done"
6
0 commit comments