Skip to content

Commit eee184d

Browse files
author
Tang Qiao
committed
ADD: add clear_derived_data.sh .
1 parent 5a6f315 commit eee184d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

clear_derived_data.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)