I'm writing a fairly simple Obj-C/Cocoa program for my physics class, and under certain situations it will give me this error (in the PB console thingy)
2003-05-19 20:43:41.108 Planets[19425] *** NSTimer ignoring exception 'NSRangeException' (reason '*** -[NSCFArray objectAtIndex:]: index (2147483647) beyond bounds (11)') that raised during posting of timer with target 19e610 and selector 'tick:'
In my searches for this error, I found that NetNewsWire had almost the exact same error (the array part of it anyway. It even had the same index), but no info was given on possible causes/solutions.
Any help would be appreciated, and I'll be happy to provide more info or source code.