I'm trying to debug notifications on an iPhone app + WatchApp. So I'm starting it with the "Wait for executable to be launched" option. But then i can't see the logs in XCode.
How can i redirect the logs from the app to the XCode console? Actually i want to see both the logs from the iPhone App and the WatchExtension in XCode. Is this possible?
I'm using XCode 6.4 and lldb. Thanks