xcodesearchloggingfilternslog

Xcode find/search text in output log


I'm working with massive logs when my app is running, and i was just wondering if there was a way to search for specific text in the output log (where your NSLogs and such appears).

I have about 1000 lines and even when i know the whereabouts of the line i'm looking for, it would be ten times easier if I could either filter or search for specific results. Or anything similar really.

Is there any way to do that? I've looked around but couldn't find anything useful :(

Thanks !


Solution

  • message to the unborn:

    you can switch to the Report Navigator: View > Navigators > Show Report Navigator. Or like this:

    enter image description here

    then click the topmost Debug icon (most recent one), then Ctrl+F / CMD+F to search the logs