34

I build an app to my iPhone, quit it, launch it again and then I succesfully Attach to Process in Xcode. Now I have a running Debug in the Log Navigator, but my console is just empty. Shouldn't I see all my usual console outputs there?

mattsson
  • 1,329
  • 1
  • 14
  • 30

4 Answers4

4

You can see the logs in Device logs. Open xcode Window-->Devices (Select device)-->Device logs.Click on 'up' arrow button to see the consol.It display every logs in development/adhoc/appstore apps.

0

The console in Xcode will only display output from your application's process, not the firehose of output shown in the general device console.

Ian MacDonald
  • 13,472
  • 2
  • 30
  • 51
0

I too face this problem recently and found it working when I force quit xcode and try clean build. Its adhock but it works. Have fun.

bllakjakk
  • 5,045
  • 1
  • 18
  • 28
-4

check if you changed the bottom-left parameter of the XCode console

try selecting the default value "All Output"

enter image description here

primax79
  • 428
  • 2
  • 14