Hi All, My problem is that i wish to capture the text that is displayed in the console of Xcode when an application is executed and display it in a text box in my App.
If i override NSLog i can just capture the explicit NSLog commands that are issued in the course of the program. However many statements that are just inserted by the compiler are not captured.
Is there a way to read the Xcode Console buffer while the app is running and display it in the app too ??