I have an NSMutableArray that stores mousejoints for a Box2d physics simulation. When using more than one finger to play I\'ll get exceptions stating
NSMutableArray
Maybe you deleted or added objects to your mutableAray while enumerating it. In my situation error appeared in this case.