UIImagePickerController stuck at compressing Video

iphone, objective-c, uiimagepickercontroller

Solution

I found one solution - it works on the physical device. I dont know why it crashes on the simulator, but if I run the app on my Ipad it works fine.

Problem

I've got the image picker working in a popover on the ipad, but when running in the simulator when I select a video in the picker it says its compressing and then gets stuck. Nothing happens, the delegate function never gets called.

Original source

Related problems