Search code examples
iphonememorymemory-leakscrashinstruments

app causes crash in Leaks tool


My app closes automatically after some time.There is no crash log in the device also.After some googling I guessed that will be a memory leaks issue.But the Leaks in the Instruments crashes on targeting my app.

Can anyone suggest me what I may be doing wrong?


Solution

  • Try looking at other tools, especially the allocations one. Also, you may want to reinstall the sdk. It's very strange that the tool should crash like that.