In my iphone project (ARC enabled) i have a nsmuatble array which contains some 5 managed objects (which are retrieved from core data ) and in some scenario i n
nsmuatble
You might have initialised with Immutable Array. Use the following Code:
NSMutableArray *newArray = [NSMutableArray arrayWithArray: oldArray];