How to clear abandoned memory that doesn't point to own code?

后端 未结 3 1353
无人共我
无人共我 2021-01-22 20:25

It seems that my app is abandoning memory since the persistent memory of recorded heapshots don\'t fall to zero and the heap continue to grow when the same set of operations are

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-22 20:52

    It seems that changing Build Settings\Build Options\Debug Information Format from DWARF to DWARF with dSYM File will fix the problem.

    enter image description here

提交回复
热议问题