Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

My Xcode version is 6.1. I can find 'debug view hierarchy' button in a new created project, but not with my old project(and the menu item 'capture view hierarchy are always grayed out).

My old project is 32-bit only mac project(not ios) with no arc. my code written mixed with objective-c and c++.

Anyone knows why my old project can't use view debugger?

like image 735
Maxwell Avatar asked Nov 04 '14 06:11

Maxwell


3 Answers

Doesn't work on iOS 7. It only works with iOS 8+ simulator.

like image 174
Chris Truman Avatar answered Oct 19 '22 23:10

Chris Truman


In Xcode 6.2, it is not in the Debug Area, it is in a Debug Navigator:

enter image description here

Then, select View UI Hierarchy:

enter image description here

like image 44
DustinB Avatar answered Oct 19 '22 23:10

DustinB


I find it doesn't work on 32-bit Mac App Project

like image 31
Maxwell Avatar answered Oct 20 '22 01:10

Maxwell