0
votes
2answers
30 views
XCode 3.2.1 and Instruments: Useless Stack Trace
I've reached the stage where it's time to start tracking down memory leaks and, to my dismay, Instruments is giving me very little to go on (other than the fact that I definitely h …
0
votes
1answer
59 views
Memory Leak when using for(object in array) with iPhone SDK
Hey Everyone,
I am running into some serious memory leaks in one of my applications I am building. I have a UINavigatonController that is inside a UITabBarview. Inside the NavView …
0
votes
1answer
19 views
Could someone explain the colors and meaning of strack trace in Apple’s Instruments tool ?
I'm trying to be a good programmer and fix the leaks in my iPhone app...
I can't understand though what the Stack Trace in Leaks is trying to tell me.
There are multi coloured stac …
0
votes
1answer
29 views
How use Instruments and display the console in Command Lines applications
Hi,
I'm using Xcode on OSX to develop command line C applications. I would also like to use Instruments to profile and find memory leaks.
However, I couldn't find a way to displa …
0
votes
2answers
385 views
Shark & MallocDebug for iPhone Applications
I'm trying to optimize an iPhone game that I am developing which uses the Cocos2D-iphone framework.
I want to use Shark to measure performance but "Run->Start with Performance Too …
2
votes
5answers
427 views
Problem running iPhone application on iPhone from XCode (and in Instruments)
Hi
I have a problem running one application on the iPhone from XCode (or Instruments).
When I try to run the app I get the error message Failed to upload XXX.app in the bottom lef …
1
vote
2answers
305 views
Where’s the memory leak here?
Instruments tells me there's a mem leak in this code, but I can't seem to find it....any help? sorry or the newbie question.
- (CGFloat)tableView:(UITableView *)tableView heightFo …
0
votes
2answers
62 views
Can anyone identify the leakage , help ?
Hello all ,
I have developed my iPhone application and now I am testing it with instruments to find memory leakages .
I have my appDelegate class in which I am fetching data from …
1
vote
3answers
2k views
iPhone - Memory Leak - NSData dataWithContentsOfUrl & UIWebView
Please help! Have been staring at this for 12 hours; and have looked online and can't find solution.
In my application, I use 2 UIView controls in separate pages/controllers:
UI …
1
vote
1answer
319 views
Symbol not found: _CFXMLNodeGetInfoPtr when start Instruments
Hi guys,
I am developing a iPhone app and everything works fine so far. I can build and start the app in the simulator. But when I now start the app with Instruments I got the err …
0
votes
1answer
69 views
I Need Instruments tutorial …!!
Hello,
I have almost developed my iPhone application.
Now I want to test it for memory leaks and fix it.
I want to know how to find bugs and leaks and locate them in code and th …
4
votes
1answer
72 views
XCode>Instruments>Leaks - Where is “gather leaked memory contents” data?
When you check gather leaked memory contents in the Leaks instrument what does this do? I have a troublesome leak and thought maybe this "memory content" might be useful in trackin …
0
votes
2answers
225 views
iPhone programming: avaudioplayer leaks memory on play
I'm new to using avadioplayer and I seems to have a memory when ever I play a sound.
I cannot figure out what I am missing to get rid of it inside Instrument. could this be a false …
1
vote
1answer
168 views
Objective C NSCFString Leaks with NSMutableArrays
I am cleaning up my code in a phonebook iPhone application and the Leaks tool in Instruments is reporting that I am leaking NSCFString objects. Here is the pattern that I am follo …
0
votes
1answer
31 views
How do I use XCode performance tools with a static library project?
I have two projects
- one with a static library target and a unit test target
- one with an application target that is dependent on the static library and it's own unit test target …
