views:

10

answers:

1

Hi

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.

+1  A: 

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.

Toby Allen
That's probably the correct answer, too.
Justin
a lot of the stuff with UIImagePickerController and other hardware specific classes (AddressBook ie) don't work on the simulator properly :)
Jesse Naugher