Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode - can't find Debug View Hierarchy button

I can't find the Debug View Hierarchy button in Xcode.

I've read this:

Xcode 6.1 can't find 'debug view hierarchy' button

and launched my app on the iOS8 simulator but still no luck. Something to do with the Architectures perhaps?

Here's what I'm using:

enter image description here

like image 336
Snowcrash Avatar asked Feb 22 '15 12:02

Snowcrash


Video Answer


1 Answers

Check to see if accidentally you have disables User Interface debugging. You can find this option in Edit scheme, check out the screenshot:

enter image description here

Then this button will be back:

enter image description here

Hope it helps someone.

like image 143
Abhinav Dobhal Avatar answered Sep 28 '22 17:09

Abhinav Dobhal