Adireddi
Adireddi

Reputation: 701

How to get device console in Xcode6?

I am exploring iOS8 beta. I couldn't find the device console logs in "Window->Devices->MyiPad". Can someone tell me how I can get the console logs?

Upvotes: 70

Views: 46320

Answers (5)

Oshitha Wimalasuriya
Oshitha Wimalasuriya

Reputation: 451

Xcode 14.2 Click on connected device -> Add additional simulators -> click device tab

Upvotes: 0

Urvish Modi
Urvish Modi

Reputation: 1138

Xcode 9

Window -> Devices and Simulatorsenter image description here

Upvotes: 0

matt.writes.code
matt.writes.code

Reputation: 674

Here's an updated image of josef's answer with Xcode 7.3.1

1) Plug in the device and open Xcode

2) Choose Window -> Devices from the menu bar

3) Under the DEVICES section in the left column, choose the device

4) To see the device console, click the up-triangle at the bottom left of the right hand panel

5) Click the down arrow on the bottom right to save the console as a file

enter image description here

Upvotes: 25

josef
josef

Reputation: 1632

You are on the right way. Just click on the small arrows down (see the image)and it will show you the Logs.

enter image description here

Upvotes: 149

BubbinGrubs
BubbinGrubs

Reputation: 211

There's a small arrow pointing down under 'Installed Apps'. They've made it almost impossible to find on your own...

Upvotes: 21

Related Questions