Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The operation couldn't be completed (IDEStackFrame Error 0.)

Tags:

ios

xcode6

I was attempting to use the 3-D view hierarchy viewer in the debugger, by selecting Capture View Hierarchy in the View Debugging Debug menu option. I've used it before with success. This time, though, I get the error:

The operation couldn't be completed (IDEStackFrame Error 0.)

Any idea what this means? Is there something I can do differently for a retry?

I'm using the iPhone 5 (32 bit) simulator in portrait mode running Xcode 6.1 (6A1052d).

like image 552
Victor Engel Avatar asked Oct 20 '22 23:10

Victor Engel


1 Answers

I saw this error when I tried to debug the view hierarchy while I was viewing code with the version editor. When I switched xcode to the standard editor, debug view hierarchy started working again.

like image 121
Phil Viso Avatar answered Oct 22 '22 12:10

Phil Viso