Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Simmons

macrumors newbie
Original poster
Dec 28, 2009
20
0
I am working through an example in Beginning iPhone 3 Development and for some reason, nothing is happening when I press the buttons or slide the slider. It isn't that the slider is sliding, for example, but not doing anything. It just won't move. It is almost like the entire app is frozen. There are 2 text fields, and when you click them, nothing happens either. No keyboard popping up and whatnot, just nothing. I don't know why this is happening and I would be very grateful is you could tell me why.
 
Are you using the simulator or an actual device? Also are you getting any errors in the debugger?
 
Just the good ole' simulator. I am using the free version of the SDK. And there are not any errors or warnings.
 
Just An Idea

Try stress-testing the app by attaching the leak detector. I'm not saying that you have a memory leak, I'm saying that when you test for leaks, it stresses the software and makes it more likely to fail with a crash.

Before trying that though, why don't you step through your program and try to narrow it down and get an idea of which line of code is failing.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.