I'm getting an error that causes the app to crash. My application having list of the videos(My application screen divided in two part, one for player and second for videos list). I am using AVPlayerViewController
for play the video. If user clicks continuously two item that the app to crash.
I have tried to run using NSZombie and I get the following message : An Objective-C message was sent to a deallocated 'FigPlaybackItem' object (zombie) at address: 0x14734ed00.
Do you have any idea of how to solve this issue?
Here is the output from Allocation instrument with NSZombies Detection if it helps: