Reputation: 8985
Where are the debug log of the application output saved in the iOS simulator file system?
Thanks.
Upvotes: 0
Views: 677
Reputation: 535925
There is no "debug log" saved "in the iOS simulator file system". If you want to review the console log from an earlier run of your app in Xcode, look in the Report navigator in Xcode.
In this screen shot, every occurrence of the term "Debug" is an earlier run of my app in the Simulator, and the console output during that run is collected here.
Upvotes: 2