iOS 关于leak检测内存问题的使用

1、为防止双击之后无法定位到代码而是 unavailable,首先去 build setting 中搜索 debug information format,然后选择第二个选项DWARF With dSYM File,运行检测。

2、选择calltree。

3、选择 invert call tree和hide system libraries


4、定位到具体代码处->在详情面板选中显示的若干条中的一条,双击,会自动跳到内存泄露代码处,然后点击右上角 Xcode 图标进行修改。

你可能感兴趣的:(iOS 关于leak检测内存问题的使用)