Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find old debug data(Logs) in report navigator in Xcode

Tags:

xcode

ios

iphone

Can i get the old Debug records from the report navigator in Xcode. There is no enough information in Report Navigator help, so i could not find it.

Is there any other way to find my old logs.

enter image description here

like image 559
Sujananth Avatar asked Nov 17 '16 07:11

Sujananth


1 Answers

Xcode has a little clock icon at the bottom of that tab to "Show only recent reports"

enter image description here

You either have that selected or have recently cleared your derived data folder, which I believe would remove all of your build history as your logs are stored there.

Derived data folder is usually at ~/Library/Developer/Xcode/DerivedData/

like image 112
Scriptable Avatar answered Sep 28 '22 00:09

Scriptable