Xcode 9 Debug View Hierarchy BUG

Viewed 1393

When I update to xcode 9, and I click "Debug View Hierarchy", it shows "Unable to capture view hierarchy"

What can I do about this?

log message

1 Answers

Ok I got it working here is what you need to do:

simply you need to get your app running, because the "Debug View capture hierarchy" area appears only while the app is running

if this doesn't work then you need to go to debug menu on the top bar of Xcode Debug> view debugging > Capture View Hierarchy

if this doesn't work either (which I doubt!) then go on Xcode preferences > Key binding and check if there is any conflicted shortcut Keys.

Related