Hi
I get this error when running my iPhone app
2009-12-05 21:32:06.711 iTour[7595:207] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[NSCFArray objectAtIndex:]: index (1) beyond bounds (1)'
As per Xcode's debugging practise, i have no line numbers or clue as to where to start, as i have lots of arrays in my app... and the stack trace is just a lot of numbers....
Why doesnt Xcode give line numbers like VS?
Any ideas where this line of code is or where to start?
Thanks