eonist / HybridCamera

Video and photo camera for iOS
MIT License
207 stars 34 forks source link

Misssing : platforms (iOS Development target) #53

Open dongnv1991 opened 2 years ago

dongnv1991 commented 2 years ago

I get the following error when adding HybridCamera Package. On XCode (12.5.1) I have set "iOS Development target" to 12.1

However, after adding HybridCamera Package, XCode reported an error as shown below, (ex : 'AVCapturePhotoOutput' is only available in iOS 10.0 or newer)

image

Did you not add the key platforms to determine the minimum iOS version that can use HybridCamera? How can I fix the above error ? Thanks

eonist commented 2 years ago

Fixed. Needed an iOS 13 flag in the package file. Try to refresh the packages.

Screenshot 2021-08-20 at 11 48 42