Skip to content

WebView deprecated on 10.14 and later #24

Description

@bewebste

When compiling the FsprgEmbeddedStoreMac framework with a deployment target of 10.14 or later, Xcode outputs a list of deprecation warnings against WebView, such as:

FsprgEmbeddedStoreDelegate.h:61:18: warning: 'WebView' is deprecated: first deprecated in macOS 10.14 - No longer supported; please adopt WKWebView.
- (void)webView:(WebView *)sender didFailProvisionalLoadWithError:(NSError *)error forFrame:(WebFrame *)frame;

The framework should be updated to use WKWebView before Apple drops support for WebView altogether.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions