react-native-compressor icon indicating copy to clipboard operation
react-native-compressor copied to clipboard

Couldn't install Pods

Open rocketvilas opened this issue 3 years ago • 8 comments

Current behavior

Expected behavior

Platform

  • [X] Android
  • [X] iOS

React Native Version:0.66.4

React Native Compressor Version:1.5.0

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

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

rocketvilas avatar Feb 07 '22 08:02 rocketvilas

👋 @rocketvilas Thanks for opening your issue here! If you find this package useful hit the star🌟!

github-actions[bot] avatar Feb 07 '22 08:02 github-actions[bot]

@rocketvilas can you check the podspec path of compress if it exists or not node_modules/react-native-compressor/react-native-compressor.podspec

numandev1 avatar Feb 07 '22 09:02 numandev1

It exists.

rocketvilas avatar Feb 07 '22 12:02 rocketvilas

@rocketvilas I think, you have to increase minimum deployment target to 11.0

numandev1 avatar Feb 07 '22 12:02 numandev1

It's currently at 12.0

rocketvilas avatar Feb 07 '22 13:02 rocketvilas

@rocketvilas can you try this command

pod install --repo-update

numandev1 avatar Feb 07 '22 17:02 numandev1

@rocketvilas any update?

numandev1 avatar Feb 08 '22 12:02 numandev1

@rocketvilas You have to change this line:

platform :ios, '11.0' <- should be 11 or above

in your Podfile

AetherQuinque avatar Mar 15 '22 14:03 AetherQuinque

This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Mar 16 '23 01:03 github-actions[bot]

This issue was closed because it has been stalled for 7 days with no activity.

github-actions[bot] avatar Mar 24 '23 01:03 github-actions[bot]