[Webkit-unassigned] [Bug 179238] New: Build failures when building WebKit with the public iOS SDK.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 3 04:44:13 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=179238

            Bug ID: 179238
           Summary: Build failures when building WebKit with the public
                    iOS 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: dbates at webkit.org, eric.carlson at apple.com,
                    lforschler at apple.com, youennf at gmail.com

The changes happened in r224057 and r223207. Also I recently upgraded Xcode. These are the errors I get:

/Users/fred/WebKit/Tools/TestWebKitAPI/Tests/WebKitCocoa/NowPlayingControlsTests
.mm:63:11: error: 
      '_requestActiveNowPlayingSessionInfo:' is unavailable: not available on
      iOS
    [self _requestActiveNowPlayingSessionInfo:completionHandler];
          ^
In file included from /Users/fred/WebKit/Tools/TestWebKitAPI/Tests/WebKitCocoa/NowPlayingControlsTests.mm:32:
/Users/fred/WebKit/WebKitBuild/Debug-iphonesimulator/WebKit.framework/PrivateHeaders/WKWebViewPrivate.h:439:1: note: 
      '_requestActiveNowPlayingSessionInfo:' has been explicitly marked
      unavailable here
- (void)_requestActiveNowPlayingSessionInfo:(void(^)(BOOL, NSString*, do...
^
1 error generated.

/Users/fred/WebKit/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm:84:27: er
ror: 
      '_setCacheStoragePerOriginQuota:' is unavailable: not available on iOS
    [poolWebsiteDataStore _setCacheStoragePerOriginQuota: 400 * 1024];
                          ^
In file included from /Users/fred/WebKit/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm:46:
/Users/fred/WebKit/WebKitBuild/Debug-iphonesimulator/WebKit.framework/PrivateHeaders/WKWebsiteDataStorePrivate.h:48:74: note: 
      property '_cacheStoragePerOriginQuota' is declared unavailable here
  ...(nonatomic, setter=_setCacheStoragePerOriginQuota:) NSUInteger _cacheSto...
                                                                    ^
/Users/fred/WebKit/WebKitBuild/Debug-iphonesimulator/WebKit.framework/PrivateHeaders/WKWebsiteDataStorePrivate.h:48:74: note: 
      '_setCacheStoragePerOriginQuota:' has been explicitly marked unavailable
      here
/Users/fred/WebKit/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm:87:31: error: 
      '_setCacheStorageDirectory:' is unavailable: not available on iOS
        [poolWebsiteDataStore _setCacheStorageDirectory: cacheStorageDirectory];
                              ^
In file included from /Users/fred/WebKit/Tools/WebKitTestRunner/cocoa/TestControllerCocoa.mm:46:
/Users/fred/WebKit/WebKitBuild/Debug-iphonesimulator/WebKit.framework/PrivateHeaders/WKWebsiteDataStorePrivate.h:49:68: note: 
      property '_cacheStorageDirectory' is declared unavailable here
@property (nonatomic, setter=_setCacheStorageDirectory:) NSString* _cach...
                                                                   ^
/Users/fred/WebKit/WebKitBuild/Debug-iphonesimulator/WebKit.framework/PrivateHeaders/WKWebsiteDataStorePrivate.h:49:68: note: 
      '_setCacheStorageDirectory:' has been explicitly marked unavailable here
2 errors generated.

-- 
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/20171103/844f59cf/attachment-0001.html>


More information about the webkit-unassigned mailing list