An app I'm working is crashing due to an out of bounds error - I should be able to figure out why however the output console does not show which array in the code is causing the crash - does anyone have any ideas on how I can find out.
2013-09-17 11:14:15.639 TestApp[5970:11303]
*** Terminating app due to uncaught exception 'NSRangeException',
reason: '*** -[__NSArrayI objectAtIndex:]: index 0 beyond bounds for empty array'
Thanks