Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Instruments > Allocations not showing app classes/objects

In previous versions of Instruments I had no problem but now (v6.2) for some reason Allocations won't list any of my app's objects. I've tried Debug and Release Mode:

Empty Allocations with filter

Note, the filter "VC" should catch all the ViewControllers. And without the filter...

Allocations without filter

Any ideas?

like image 421
Hari Honor Avatar asked Mar 18 '15 11:03

Hari Honor


1 Answers

I tested this out with both 6.2 and 6.3 and encountered the issue. Also I was using the iOS 8.2 and 8.3 simulators. However, when I switched to the iOS 8.1 simulator, it worked properly. So it's not so much a bug with Instruments as it is an iOS bug, it appears, or at the very least a combination of the two.

So a workaround for now is to test Allocations using iOS 8.1 or earlier.

like image 83
Gavin Avatar answered Oct 31 '22 12:10

Gavin