instruments如果显示有泄露,但call tree上面的提示信息无法跳转到具体的代码;
解决方案:
打开项目的build setting--搜索Debug Information Format,更改选项为DWARF with dSYM File,重新运行instruments即可定位到具体的代码行。
instruments如果显示有泄露,但call tree上面的提示信息无法跳转到具体的代码;
解决方案:
打开项目的build setting--搜索Debug Information Format,更改选项为DWARF with dSYM File,重新运行instruments即可定位到具体的代码行。