Crude Fix
I know there is probably a better way to do this with breakpoints, but I always like to use NSLog statements to narrow down the point that is causing the failure. A lot of times it is something simple like releasing something too many times, or trying to access something that has already been released.
|