Skip to content

Instantly share code, notes, and snippets.

@jutoart
Created February 11, 2019 03:45
Show Gist options
  • Save jutoart/8024cb8fa31c8013bfc29de14ac53189 to your computer and use it in GitHub Desktop.
Save jutoart/8024cb8fa31c8013bfc29de14ac53189 to your computer and use it in GitHub Desktop.
Clean mysterious simulator logs
find ~/Library/Developer/Xcode/UserData/IB\ Support/Simulator\ Devices/*/data/tmp -iname "*.uicatalog" -type f -atime +1 -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment