finn-no / Finjinon

Custom iOS camera optimized for taking a sequence of photos quickly and/or selecting from an image picker
MIT License
58 stars 16 forks source link

Fix: Flashmode crash on iPads #46

Closed bstien closed 4 years ago

bstien commented 4 years ago

Why?

Ref. this Crashlytics error that says:

Fatal Exception: NSInvalidArgumentException *** -[AVCapturePhotoOutput capturePhotoWithSettings:delegate:] flashMode must be set to a value present in the supportedFlashModes array

This crash only happens on iPads, and we set flashMode to a value that isn't supported by some devices.

What?