Support iOS11 #2867
Unanswered
fofewyoung
asked this question in
Q&A
Support iOS11
#2867
Replies: 1 comment 1 reply
-
If you have possible fixes, please propose a PR. We don't have a lot of experience with iOS ourselves. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i tried to build static library for iOS, and found it support iOS13 only , i expect it support iOS11 (in Unity Games)
so i changed DEPLOYMENT_TARGET to 11.0, and run the build script again, it show:
platform_posix.c:450:5: error: 'timespec_get' is only available on iOS 13.0 or newer
certificates_darwin.c:152:14: error: 'SecTrustEvaluateWithError' is only available on iOS 12.0 or newer
will msquic support iOS11?
Beta Was this translation helpful? Give feedback.
All reactions