3
votes
1answer
643 views

XCode Instruments Warning - “Insufficient task_for_pid privileges (LeakAgent)”

While running Instruments I get the warnning "Insufficient task_for_pid privileges (LeakAgent)", after that Instruments doesn't show the time chart for Leaks can anyone point me in the right ...
0
votes
0answers
155 views

Xcode Instruments used on real Iphone Ipod device makes app crashing prematurely

I am using iOS and Cocos2d for developing an iPhone game on iPod 4th Generation. I started analyzing my memory usage using Apple's instruments and found that when I use the memory leak instrument the ...
0
votes
1answer
705 views

detecting errors and solution for it- Xcode 4.2 - Instrument [Memory Leaks]

According to stack-over flow guidance I did my memory management things. SO I discovered memory leaks. thanks for all about it. Now how could I find memory allocation that I didn't release ? Is their ...