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]: How to fix "concurrency is only available in iOS 13.0.0 or newer" #3761

Closed
HuuNguyen312 opened this issue May 11, 2024 · 9 comments · Fixed by #3814
Closed

[BUG]: How to fix "concurrency is only available in iOS 13.0.0 or newer" #3761

HuuNguyen312 opened this issue May 11, 2024 · 9 comments · Fixed by #3814

Comments

@HuuNguyen312
Copy link

Version

v6.0.0-rc.1

What platforms are you having the problem on?

iOS

Architecture

Old architecture

What happened?

My podfile:

platform :ios, '13.0'

Reproduction

repository link

Reproduction

Step to reproduce this bug are:

@KrzysztofMoch
Copy link
Member

Did you check your iOS target version in Xcode ?

@HuuNguyen312
Copy link
Author

@KrzysztofMoch Thanks for your response.

image image

@KrzysztofMoch
Copy link
Member

strange... this should work, cloud you check in "Pods" (in xcode) if pods dependencies also have this set to good value ?

@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

@ayberkanilatsiz
Copy link

ayberkanilatsiz commented May 21, 2024

I fixed it with change Deployment iOS Deployment Target in Pods > react-native-video > Build Settings iOS Deployment Target

Screenshot 2024-05-21 at 16 34 23

@freeboub
Copy link
Collaborator

@ayberkanilatsiz did you try the patch I proposed ?

@freeboub
Copy link
Collaborator

Will be addresses by: #3814

@freeboub freeboub linked a pull request May 24, 2024 that will close this issue
1 task
@Mihai-github
Copy link

still not working with this version: "react-native-video": "^6.1.2",

@CarloTamburrelli
Copy link

CarloTamburrelli commented Jun 9, 2024

I fixed it with change Deployment iOS Deployment Target in Pods > react-native-video > Build Settings iOS Deployment Target

Screenshot 2024-05-21 at 16 34 23

thank you! it works! (my version was "react-native-video": "^6.2.0") I assume this is a hard coded solution, will there be an official solution somewhere?

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

Successfully merging a pull request may close this issue.

6 participants