I’m using the MPMoviePlayerViewController to play a video. The videoplayer will shown as presentModalViewController. If the video is finished and the view is dismissed. I get the error :
-[MPTransportButton _isChargeEnabled]: message sent to deallocated instance 0x4bf6cb0
But I have no idea, where the error comes.
Thanks in advance.
Greeting,
Patrick
The message says: object of class
MPTransportButtonwhose value was stored at0x4bf6cb0has been released and then used again.So, you need to find object of type
MPTransportButtonthat was released and then reused.