-
Notifications
You must be signed in to change notification settings - Fork 104
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
Build and error on Xcode14 #58
Comments
@eebrian123tw93 like this just do it : static let decidePolicyNavigationResponse = #selector(WKNavigationDelegate.webView(_:decidePolicyFor:decisionHandler:) as (WKNavigationDelegate) -> ((WKWebView, WKNavigationResponse, @escaping (WKNavigationResponsePolicy) -> Void) -> Void)?)
static let decidePolicyNavigationAction = #selector(WKNavigationDelegate.webView(_:decidePolicyFor:decisionHandler:) as (WKNavigationDelegate) -> ((WKWebView, WKNavigationAction, @escaping (WKNavigationActionPolicy) -> Void) -> Void)?) |
I think this is already in master, so we "just" need a release |
Try the master branch of the repo2022. szept. 29. dátummal, 10:41 időpontban Werner Kratochwil ***@***.***> írta:
I tried the above solution but it does not build on Xcode < 14.
Are there any solutions which build on both versions?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Thanks, found it.
|
Pretty Good! Waiting RxWebKit 2.0.1 on cocopods |
please, release this 2.0.1 version, really looking forward to this fix 🙂 |
on which date do you have a plan to release the version 2.0.1 on Cocoapods? we are waiting for the fix |
You mean, 2.0.2 correct? |
When can we expect a fix release for Xcode 14? |
we don't found v2.0.1 on cocopods |
use this line in podfile |
Xcode Version: 14
RxWebKit: 2.0.0
build and show "Type of expression is ambiguous without more context" error message
The text was updated successfully, but these errors were encountered: