teslamotors / react-native-camera-kit

A high performance, easy to use, rock solid camera library for React Native apps.
MIT License
2.46k stars 585 forks source link

'AVCapturePhoto' is only available in iOS 11.0 or newer #602

Closed elliottkember closed 11 months ago

elliottkember commented 11 months ago

Describe the bug

When installing this, I started getting the error in the title - AVCapturePhoto was added in iOS 11, but this pod has a default target of 10.0 in the podspec.

It's strange because I had built with this library installed before, albeit on a later version of React Native (0.72). Perhaps I was only testing Android.

Expected behavior The library should specify a target that is equal to or greater than the features it uses

Screenshots

image