XCODE 6 Distribution Tools Do Not Show Class Name

I create my own class: BNRItem.m

I would like to track this class using the tool tool for XCODE6, but I don’t see to see the class in the category column when I call it from the simulator.

When a BNRItem is created, a new row is displayed with the "malloc 4KB" column in the category. But it should be "BNRItem" instead of "malloc" !

What should I do?

enter image description here

+6
source share
1 answer

Same thing with Xcode 6.2 in the simulator.

The only workaround I found was a profile on the device. It works.

+7
source

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


All Articles