How to get device console in Xcode6?

Ios8Xcode6

Ios8 Problem Overview


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?

Ios8 Solutions


Solution 1 - Ios8

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

Solution 2 - Ios8

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

Solution 3 - Ios8

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

Solution 4 - Ios8

Xcode 9

Window -> Devices and Simulatorsenter image description here

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAdireddiView Question on Stackoverflow
Solution 1 - Ios8josefView Answer on Stackoverflow
Solution 2 - Ios8matt.writes.codeView Answer on Stackoverflow
Solution 3 - Ios8BubbinGrubsView Answer on Stackoverflow
Solution 4 - Ios8Urvish ModiView Answer on Stackoverflow