mockingbot / react-native-zip-archive

Zip archive utility for react-native
MIT License
420 stars 154 forks source link

Specs satisfying the `RNZipArchive` dependency were found, but they required a higher minimum deployment target #309

Closed vr7bd closed 1 month ago

vr7bd commented 1 month ago

Describe the bug Trying to run pnpm expo prebuild fails with this error:

 CocoaPods could not find compatible versions for pod "RNZipArchive":
  In Podfile:
    RNZipArchive (from `../node_modules/react-native-zip-archive`)

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

To Reproduce Steps to reproduce the behavior: Running prebuild with expo

Env (please complete the following information):

Praveencena88 commented 1 month ago

How did you fix that issue? @vr7bd

vr7bd commented 1 month ago

You need to bump up the minimum version on ios to 15.5