What are these memory leaking objects, detected by xCode Instruments?

自古美人都是妖i 提交于 2019-12-06 12:01:50

Just ignore all leaks which do not belong to your applications. Neither Instruments nor IOS / frameworks is not perfect. You should focus only on this leaks which are discovered in your own classes. To discover source of memory issues in application:

1) Enable NSZombieEnabled mode in Schema editor --in this case Instruments will be more informative.

2) Use Product->Analyze facility in Xcode -- Xcode will show to you suspected places in the source code.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!