UIViewController is not present in distributions in tool heap analysis

I use heap stack analysis methods as described in here here

Everything makes sense, except that I'm trying to track some UIViewController (subclasses) and they never appear in the distribution list (via parsing or searching). Since most of the things in the application life cycle go through VC, and I can track the other objects allocated in them, I assume that something is missing from me (maybe they are grouped according to the much wider malloc calls?)

I am trying to track overly stored VC, so if someone can give useful information, it will be appreciated. Thanks!

+5
source share
1 answer

I spent time using the simulator with iOS 8 and Xcode 6.3, without joy. I think that this does not symbolize properly, therefore, all mullocks. I think this is an Xcode bug, as it cannot even connect to iOS 7.1. It worked correctly with the device iOS 8 (8.3). Have you tried the device yourself?

Filed radar http://openradar.appspot.com/radar?id=4937802231840768

0
source

Source: https://habr.com/ru/post/1211103/


All Articles