Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

objective c iphone : can we view console log on device [closed]

is there a way to view the console output as we are running an iphone App on the device? If not directly, is there an app on the App store which lets you view the log after the App has finished running?

like image 602
user315067 Avatar asked Apr 14 '10 04:04

user315067


People also ask

How do I view console log on Iphone?

Double-click the name of the device that you are running the log file on. Click Console (from the window's main menu). The activity log displays on screen.


1 Answers

Update to use Xcode 12.5.1 and Console 1.1:

In Xcode go to Window->Devices and Simulators, select your device and press on "Open Console" button.

Or directly open Console by pressing cmd+space -> type "Console" and press enter.

In the Console app select your device from left pane and press on "Start streaming".

enter image description here


You can also see in Devices window.

Go in xcode -> Window -> Devices.

Select your device and open the console.enter image description here

like image 72
Alex Terente Avatar answered Sep 17 '22 23:09

Alex Terente