Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exop-52.0.25, pod install error: CocoaPods could not find compatible versions for pod "RNZipArchive": #326

Open
laohan opened this issue Jan 16, 2025 · 2 comments

Comments

@laohan
Copy link

laohan commented Jan 16, 2025

Describe the bug
Clean Expo environment
exop-52.0.25, pod install error: CocoaPods could not find compatible versions for pod "RNZipArchive":

[!] 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.

Related packages list:
System:
OS: macOS 15.2
Shell: 5.9 - /bin/zsh
Binaries:
Node: 23.1.0 - /opt/homebrew/bin/node
Yarn: 1.22.22 - /opt/homebrew/bin/yarn
npm: 10.8.2 - /opt/homebrew/bin/npm
Watchman: 2024.11.04.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.16.2 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 24.2, iOS 18.2, macOS 15.2, tvOS 18.2, visionOS 2.2, watchOS 11.2
IDEs:
Android Studio: 2024.2 AI-242.23339.11.2421.12550806
Xcode: 16.2/16C5032a - /usr/bin/xcodebuild
npmPackages:
expo: ~52.0.25 => 52.0.25
expo-router: ~4.0.16 => 4.0.16
react: 18.3.1 => 18.3.1
react-dom: 18.3.1 => 18.3.1
react-native: 0.76.6 => 0.76.6
react-native-web: ~0.19.13 => 0.19.13
npmGlobalPackages:
eas-cli: 13.4.2

@omawhite
Copy link

I was able to get pass this by using the expo-build-properties build plugin to set my minimum deployment target in my app.config.ts like so:

plugins: [
...other plugin config
    ["expo-build-properties", { ios: { deploymentTarget: "15.5" } }],
  ],

@laohan
Copy link
Author

laohan commented Jan 20, 2025

I was able to get pass this by using the expo-build-properties build plugin to set my minimum deployment target in my app.config.ts like so:

plugins: [
...other plugin config
    ["expo-build-properties", { ios: { deploymentTarget: "15.5" } }],
  ],

Thanks, I tried that but still get the same error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants