[Webkit-unassigned] [Bug 189786] New: REGRESSION(r234216) "instance method '-setContinuousCorners:' not found" with XCode 10.0 public SDK
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 20 07:44:06 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=189786
Bug ID: 189786
Summary: REGRESSION(r234216) "instance method
'-setContinuousCorners:' not found" with XCode 10.0
public SDK
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: fred.wang at free.fr
CC: ajuma at chromium.org, jeremyj-wk at apple.com,
lforschler at apple.com, rwlbuis at gmail.com
I just upgraded XCode to 10.0 (released on September 17, 2018) and I get the following error when building with the public SDK:
/Users/fred/WebKit/Source/WebKit/UIProcess/ios/fullscreen/WKFullscreenStackView.mm:65:34: error:
instance method '-setContinuousCorners:' not found (return type defaults
to 'id') [-Werror,-Wobjc-method-access]
[_backgroundView.get().layer setContinuousCorners:YES];
In file included from /Users/fred/WebKit/WebKitBuild/Debug-iphonesimulator/DerivedSources/WebKit2/unified-sources/UnifiedSource35-mm.mm:1:
In file included from /Users/fred/WebKit/Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenViewController.mm:29:
In file included from /Users/fred/WebKit/Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenViewController.h:30:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:15:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlert.h:9:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActionSheet.h:11:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITextField.h:12:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIControl.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.h:9:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CoreAnimation.h:14:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CAAnimation.h:6:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:45:12: note:
receiver is instance of class declared here
@interface CALayer : NSObject <NSSecureCoding, CAMediaTiming>
^
1 error generated.
** BUILD FAILED **
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180920/eb865392/attachment-0001.html>
More information about the webkit-unassigned
mailing list