I am getting the error below, which makes no sense.
* Terminating app due to uncaught exception 'NSRangeException', reason: '* -[NSMutableArray removeObjectsInRange:]: range {11, 15} extends beyond bounds [0 .. 15]'
What am I doing wrong here? I am within bounds of the array. Does removing the last object in the array cause issues?