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

[BUG]: pod install error #3772

Closed
Jidahan opened this issue May 15, 2024 · 4 comments
Closed

[BUG]: pod install error #3772

Jidahan opened this issue May 15, 2024 · 4 comments
Labels

Comments

@Jidahan
Copy link

Jidahan commented May 15, 2024

Version

"react-native-video": "^6.0.0",

What platforms are you having the problem on?

iOS

Architecture

New architecture with interop layer

What happened?

A bug happened!
"react-native-video": "^6.0.0",
"react-native": "0.72.7",

pod install
Auto-linking React Native modules for target greenhouse: BVLinearGradient, RNCAsyncStorage, RNGestureHandler, RNImageCropPicker, RNKeychain, RNReanimated, RNSVG, RNScreens, react-native-ble-manager, react-native-blob-util, react-native-pdf, react-native-safe-area-context, and react-native-video
Framework build type is static library
[Codegen] Generating ./build/generated/ios/React-Codegen.podspec.json
Analyzing dependencies
[Codegen] Found FBReactNativeSpec
[Codegen] Found rncore
[!] 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.

[!] xcodeproj was renamed to project. Please update your Podfile accordingly.

Reproduction

repository link

Reproduction

Step to reproduce this bug are: null

@Jidahan Jidahan added the bug label May 15, 2024
@freeboub
Copy link
Collaborator

did you correctly follow this documentation ? https://thewidlarzgroup.github.io/react-native-video/updating
did you remove pod 'react-native-video', :path => '../node_modules/react-native-video/react-native-video.podspec' from your podfile ?

@freeboub
Copy link
Collaborator

Can you try also to force ios 13.0 as a minimum version in your podfile like with this patch: e34d8fe

@freeboub
Copy link
Collaborator

or maybe bettre, you can also apply this patch: #3737 (comment)

@janandaraj
Copy link

or maybe bettre, you can also apply this patch: #3737 (comment)

This fixed the issue

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

No branches or pull requests

4 participants