This is a crash report - its from an ad-hoc tester and I cannot find the error. As far as I can see there is an array which is outstepping its bounds (I\'m looking for an objectAtIndex:x when the arr
I am trying to run a method from my app delegate, that saves an object in other class as well as invalidates a timer.I have it set up so that when my app exits, it runs the method in my class and save
I have two NSTimers in my iPhone app. DecreaseTimer works 开发者_运维百科fine, but TimerCountSeconds crashes when I call [timerCountSeconds isValid] or [timerCountSeconds invalidate]. They are used li
I have created an app which runs fine on devices using iOS 3.2 or above but on older versions of the OS it crashes with the error
Maybe I\'ve been looking at this for too long ;) My app has a NavigationController and several ViewControllers. From one of the ViewControllers two levels down (mainViewController), loaded from the ro
I\'ve been trying to work a UIActionSheet into my App. The idea is, if you exited the app in a certain state, it would popup on launch and ask you if you\'d like to continue or reset. Here\'s the code
I have a function which is defined like this: typedef vo开发者_开发百科id (*logprintf_t)(const char* format, ...);
I have the iPhone crash report and I am not able to get what is the problem with that. So, Can any one know what is the problem in the crash report?
I\'ve a strance behaviour with C#2, an exception is thrown will calling a lock(...). I have the following exception :
Whenever I open a solution for Project A it works for a little while(time varies) then the window freezes and eventually crashes. However when I open Project B I can work on it all day and it works fi