react-native-image-crop-picker icon indicating copy to clipboard operation
react-native-image-crop-picker copied to clipboard

Can't use recent versions when specifying iOS version on Podfile

Open halileohalilei opened this issue 6 years ago • 0 comments

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

  1. Follow the install guide on README

  2. On step 2 of iOS installation, change the top line to platform :ios, '12.0'

  3. Try to build on release mode

halileohalilei avatar Mar 27 '19 08:03 halileohalilei