You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- (id)initWithFrame:(NSRect)frame isPreview:(BOOL)isPreview
...
[webView setFrameLoadDelegate:self];
"Sending 'WebSaverView *' to parameter of incompatible type 'id<WebFrameLoadDelegate>'"
- (NSWindow *)configureSheet
...
if (![NSBundle loadNibNamed:@"ConfigureSheet" owner:self])
"'loadNibNamed:owner:' is deprecated: first deprecated in macOS 10.8"
As a result of these, the configuration dialog doesn't display so... it doesn't work.
The text was updated successfully, but these errors were encountered:
Xcode: 9.4.1
WebSaverView.m:
As a result of these, the configuration dialog doesn't display so... it doesn't work.
The text was updated successfully, but these errors were encountered: