react-native-documents / document-picker

Document Picker for React Native
https://react-native-documents.github.io/
MIT License
1.35k stars 440 forks source link

Deployment Target Changed? #454

Closed adhip94 closed 3 years ago

adhip94 commented 3 years ago

I updated to v6.0.2 and now on iOS whenever I do an pod install/update I always get the following error:

[!] CocoaPods could not find compatible versions for pod "react-native-document-picker":
  In Podfile:
    react-native-document-picker (from `../node_modules/react-native-document-picker`)

Specs satisfying the `react-native-document-picker (from `../node_modules/react-native-document-picker`)` dependency were found, but they required a higher minimum deployment target.

In my Podfile the platform I have specified is iOS 10: platform :ios, '10.0'

Also in Xcode the deployment target is iOS 10

Do I need to change any of these now? I didn't find anything in the changelog regarding such change.

adhip94 commented 3 years ago

Looks like deployment target in the pod spec file of react native document picker has been updated to 11 s.platforms = { :ios => "11.0" }

If someone can, please add this in the changelog and documentation, so that people are aware while upgrading.

vonovak commented 3 years ago

hi, thanks for reporting, this now included in v6 release notes