I have a strange error after deleting an object in NSMutableArray.
If I delete the object with
[Array removeObjectAtIndex:2];
the array has changed to this:
why now there are 2 ContactViewControllers ??
lldb lies sometimes. It gets confused and displays incorrect information. Try to do
po Array
you should see the correct contents of the array.