when i remove object from nsmutable array it shows exception but some time it works
[Array removeObjectAtIndex:row];
i have use this code
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[__NSCFArray removeObjectAtIndex:]: mutating method sent to immutable object'