react-native-image-crop-picker
react-native-image-crop-picker copied to clipboard
Can't use recent versions when specifying iOS version on Podfile
Version
Tell us which versions you are using:
- react-native-image-crop-picker v0.23.0
- react-native v0.59.1
Platform
- iOS
Expected behaviour
I should be able to use a much more recent iOS version on the Podfile.
Actual behaviour
Got this error while building the app for release:
library not found for -lQBImagePickerController
Steps to reproduce
-
Follow the install guide on README
-
On step 2 of iOS installation, change the top line to
platform :ios, '12.0' -
Try to build on release mode