Results tagged “xcode” from muse

Clear Crash Logs of iPhone

|

This afternoon I noticed, for the first time, that I have 757 crash logs on the iPhone I use for development, great. Here is a very simple way to delete all of them in 2 steps:

  • Disconnect the iPhone from your computer. Quit XCode, too.
  • The path to crash logs for iPhone (and iPod Touch) is: /Users/user/Library/Logs/CrashReporter/MobileDevice. To clear all crash logs, simply deleted everything inside that folder.