-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error 'Task' is only available in iOS 13.0 or newer #1
Comments
Hello @MariuzM ! So nice to see the library installed! |
Thanks for looking into this |
This library uses functions that are only available in iOS 13 but your iOS app supports until iOS 12.4 (from RN 0.72). From there you have various possibilities:
Meanwhile I am going to edit the README to stipulate the minimum iOS version 👍 |
I have done the min version in the app, but i guess the RN 0.73 is still a must, Expo 50 is around the corner
|
Cool, nice to see it fixed on your side! |
Uh? but its not :D doing the |
Sorry, I thought you meant it worked with this change. Actually I looked again in, and it looks like the minimum supported iOS version of expo is right now iOS 13.0 https://docs.expo.dev/faq/#what-versions-of-android-and-ios-are-supported-by-the-expo-sdk That's strange, to sum up it complains that the function is only available on iOS 13.0+ but your build is somehow not compatible with iOS 13.0+ only. |
I have upgraded expo to "expo": "50.0.0-preview.7", but because expo still in preview maybe leave this issue open so someone else find it and know its there |
Oh perfect, thanks for trying and good to know. Let's do this yeah, I'll let this issue opened until expo SDK 50 is released 👍 |
Just installed and getting this error
The text was updated successfully, but these errors were encountered: