Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UIImagePickerController stuck at compressing Video

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.

like image 286
Toby Allen Avatar asked Oct 26 '10 15:10

Toby Allen


1 Answers

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.

like image 58
Toby Allen Avatar answered Sep 28 '22 07:09

Toby Allen