2

I saw the same question here: Xcode - can't find Debug View Hierarchy button . But it doesn't work in Xcode 12. This button looks like carved. And I can't find this option in editor.

How open debug view hierarchy in Xcode 12?

My xcode: enter image description here

I expected:

enter image description here

lera
  • 63
  • 7
  • I found the answer in your linked question: Make sure that "View Debugging - Enable user interface debugging" is enabled in the "Run" scheme under "Options" – pd95 Nov 18 '20 at 16:18

2 Answers2

4

It also could happen if you did not enable Debug executable option on Scheme edition window. A shortcut for open this is: ⌘ ⇧ ,

Edit Scheme Window

orafaelreis
  • 2,855
  • 2
  • 28
  • 31
1

Are you sure you are running the project? It's still there (Xcode 12.0.1):

enter image description here

MihaiL
  • 1,558
  • 1
  • 9
  • 11