Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 9.3 there is no way to see live device logs

Tags:

ios

xcode9.3

Is there any hidden button to see the live device logs in Xcode 9.3 or apple is forcing us to go to console to see device logs it can also be a bug.

I cannot see any more a small arrow at bottom that we used to have in Devices and Simulator tab of Xcode.

Please refer screen attached.enter image description here

like image 602
Rein rPavi Avatar asked Apr 26 '18 02:04

Rein rPavi


1 Answers

Simply,

1. Xcode -> Windows -> Device & Simulators
2. Click: Open Console

It will start showing logs.

Important:

For Swift project print(" ")/debugPrint(" ") logs won't show here. Use NSLog("Something") to get in console application.

like image 129
Syed Sadrul Ullah Sahad Avatar answered Oct 04 '22 16:10

Syed Sadrul Ullah Sahad