I have an NSMutableArray with custom objects.
I can addObjects, removeAllObjects and other operations with the array.
However, as soon as I sort the array via sortedArrayUsingDescriptors i cannot perform any operations anymore such as removeallobjects. When debugging the code simply stops at this point.
Does anyone have an explanation ?