Closed adhip94 closed 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.
hi, thanks for reporting, this now included in v6 release notes
I updated to v6.0.2 and now on iOS whenever I do an pod install/update I always get the following error:
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.