Is it possible to debug / run Xcode iPhone/iPad application project with multiple testing devices at the same time and see console outputs for all of them?
I am developing bluetooth application and I would like to test it in full activity mode, being able to see NSLog, etc.. in console for at least 2 connected devices.
I can see that Xcode 4 provides possibility to run multiple debug sessions at a time, but console outputs only logs for one of them.
Is there a way to set up Xcode (some build/run settings in the scheme) to be able to see logs for multiple testing devices connected and debugged at the same time?
There doesn’t seem to be a nice way of doing it. One hack that I’ve found is that if you have two instances of Xcode running, you can have two Organizer windows open, each viewing a different log
Launch the 2nd instance using Terminal:
open <path to Xcode.app>/Contents/MacOS/Xcode