Dan
Dan

Reputation: 103

How to see iOS 10 logs from xcode lower than xcode 8

It was imposible for me to see any log in xcode 7 from my iPhone 7 with iOS 10.0. I found out that you can see them only from xcode 8.

Upvotes: 0

Views: 87

Answers (1)

UdayM
UdayM

Reputation: 1783

It is possible. Try either of these options:

1. Use iOS Console

You can use iOS Console app on MacOS 10.12 where you can filter and can have exactly the logs which you care about.

2. From XCode

Open Window -> Devices from XCode, you can see device logs there. But it is hard to find out logs, it will print both device and all app logs.

Upvotes: 3

Related Questions