react-native-compressor
react-native-compressor copied to clipboard
Couldn't install Pods
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 Thanks for opening your issue here! If you find this package useful hit the star🌟!
@rocketvilas can you check the podspec path of compress if it exists or not
node_modules/react-native-compressor/react-native-compressor.podspec
It exists.
@rocketvilas I think, you have to increase minimum deployment target to 11.0
It's currently at 12.0
@rocketvilas can you try this command
pod install --repo-update
@rocketvilas any update?
@rocketvilas You have to change this line:
platform :ios, '11.0' <- should be 11 or above
in your Podfile
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.
This issue was closed because it has been stalled for 7 days with no activity.