objective c - "[__NSArrayM objectAtIndex:]: index 10 beyond bounds [0 .. 9]" -


when run app crashes giving warning "[__nsarraym objectatindex:]: index 10 beyond bounds [0 .. 9]".can 1 me in correcting this?

you can find giving exception suggested in image

enter image description here

then run application, breakpoint should point exact line of code causing exception..

all best.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -