Closed mariambenhmida closed 2 months ago
Thank you for your issue report. Please note that the following information is missing or incomplete:
Please update your issue with this information to help us address it more effectively.
Note: issues without complete information have a lower priority
Thank you for your issue report. Please note that the following information is missing or incomplete:
Please update your issue with this information to help us address it more effectively.
Note: issues without complete information have a lower priority
didi you try to remove: pod 'react-native-video', :path => '../node_modules/react-native-video/react-native-video.podspec'
from your podfile ?
Yes I did, back to the same issue which is
[!] CocoaPods could not find compatible versions for pod "react-native-video": In Podfile:
react-native-video (from ../node_modules/react-native-video
)
Specs satisfying the react-native-video (from ../node_modules/react-native-video)
dependency were found, but they required a higher minimum deployment target.
Thank you for your issue report. Please note that the following information is missing or incomplete:
Please update your issue with this information to help us address it more effectively.
Note: issues without complete information have a lower priority
Thank you for your issue report. Please note that the following information is missing or incomplete:
Please update your issue with this information to help us address it more effectively.
Note: issues without complete information have a lower priority
Version
6.6.2
What platforms are you having the problem on?
iOS
System Version
17.4
On what device are you experiencing the issue?
Simulator
Architecture
Old architecture
What happened?
Getting issue where react-native-video (v6.6.2) is incompatible with my iOS deployment target set to iOS 17.4. When running pod install, I receive an error stating that react-native-video requires a different minimum deployment target. Lowering the target resolves the issue, but I need support for iOS 17.4. Also my React Native version is 0.71.6
The running pod install crashes with:
The app crashes with:
Steps Tried to Resolve:
iOS/Podfile:
Reproduction