码迷,mamicode.com
首页 > 移动开发 > 详细

Terminating app due to uncaught exception 'NSRangeException', reason: -[__NSArrayM objectAtIndex:]: index 0 beyond bounds for empty array'

时间:2015-02-11 18:11:24      阅读:280      评论:0      收藏:0      [点我收藏+]

标签:

*** Terminating app due to uncaught exception ‘NSRangeException‘, reason: ‘*** -[__NSArrayM objectAtIndex:]: index 0 beyond bounds for empty array‘ 
*** First throw call stack: 
(0x1f9b012 0x1a90e7e 0x1f3d0b4 0x6baaf 0x1aa46b0 0x1c1bb 0x1aa46b0 0x14d0765 0x1f1ef3f 0x1f1e96f 0x1f41734 0x1f40f44 0x1f40e1b 0x27bd7e3 0x27bd668 0x9d4ffc 0x2a32 0x2965) 
这种报错怎么处理?

很明显是数组越界,意思是,你在使用数组的时候,比如你有0-8 共9个对象,可你要去取第10个元素array[9]([array objectAtIndex:9] )那肯定出错了撒!看看是哪个地方的数组下标用错了。

Terminating app due to uncaught exception 'NSRangeException', reason: -[__NSArrayM objectAtIndex:]: index 0 beyond bounds for empty array'

标签:

原文地址:http://www.cnblogs.com/lawrence-h/p/4286420.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!