I get the error below, which does not make sense.
* Application termination due to an uncaught exception 'NSRangeException', reason: '* - [NSMutableArray removeObjectsInRange:]: range {11, 15} goes beyond [0 .. 15]'
What am I doing wrong here? I'm within the array. Does deleting the last object in the array cause problems?
objective-c cocoa-touch nsmutablearray nsrange
adrian.coroian
source share