Terminating app due to uncaught exception 'NSGenericException', reason: '*** Collection <__NSArrayM:> was mutated while being enumerated

1.1k views Asked by At

I am facing the above crash.

I can able to understand that the above crash is due to mutating an array while it is enumerating.

But I am using lot of arrays in that view controller.

Is there a way to find the particular array that is causing the crash.

Any help in this appreciable.

Thanks in advance.

enter image description here

0

There are 0 answers