Xcode - Terminating due to uncaught exception for iphone app

Posted by Dave on Stack Overflow See other posts from Stack Overflow or by Dave
Published on 2010-03-27T12:56:11Z Indexed on 2010/03/27 13:03 UTC
Read the original article Hit count: 650

Filed under:
|
|

When I try to cick on cell in my table view rather than take me to the next view I get a "Terminating due to uncaught exception" error.

Here is the code from the debugger:

010-03-27 12:52:48.805 MultiDetailView[335:207] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[NSCFArray objectAtIndex:]: index (1) beyond bounds (1)'
2010-03-27 12:52:48.809 MultiDetailView[335:207] Stack: (
    40849995,
    2476418313,
    40849435,
    40849274,
    592937,
    50711,
    5698680,
    5701555,
    5697083,
    5705902,
    11163,
    3128431,
    3089967,
    191242,
    40390524,
    40386632,
    49203357,
    49203554,
    2788833,
    9060,
    8914
)

Any ideas on what I should do ?

Thanks.

© Stack Overflow or respective owner

Related posts about xcode3.2

Related posts about iphone-sdk