Hari Honor
Hari Honor

Reputation: 8924

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?

Upvotes: 12

Views: 2035

Answers (1)

Gavin
Gavin

Reputation: 8200

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.

Upvotes: 16

Related Questions