UIImagePickerController stuck at compressing Video

前端 未结 2 635
再見小時候
再見小時候 2021-01-18 05:44

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 stuc

相关标签:
2条回答
  • 2021-01-18 06:24

    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.

    0 讨论(0)
  • 2021-01-18 06:30

    It's a late answer but you can fix it by following this procedure: go to the simulator hardware menu and select TV out: 640x480 after that try to run your app from xcode and then again go to the simulator hardware menu and select TV out: Disabled.

    0 讨论(0)
提交回复
热议问题