NSRare / NSGIF

🔮 iOS Library for converting videos to animated GIFs.
MIT License
923 stars 190 forks source link

Demo crashes in simulator #1

Closed paresh-navadiya closed 8 years ago

paresh-navadiya commented 8 years ago

Reason : Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Source type 1 not available'

As its not handled while using image picker in simulator

sebyddd commented 8 years ago

Yes, got to add this to prevent the simulator from crashing. if ([UIImagePickerController isSourceTypeAvailable:UIImagePickerControllerSourceTypeCamera])

Will add in the next release, as I am currently working on some big changes on the main branch.

sebyddd commented 8 years ago

Fixed in 69ba09ba21f9370099cfefe2347e18627d97f098. Thank you.