[Webkit-unassigned] [Bug 156415] New: [iOS Simulator] Build failure (contentsFormat' not found on object of type 'LegacyTileLayer *')

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 8 12:47:12 PDT 2016


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

            Bug ID: 156415
           Summary: [iOS Simulator] Build failure (contentsFormat' not
                    found on object of type 'LegacyTileLayer *')
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jdiggs at igalia.com
                CC: joepeck at webkit.org, simon.fraser at apple.com

I'm trying to build iOS Simulator in El Capitan, but the build fails.

$ xcodebuild -sdk iphonesimulator -version SDKVersion
9.3

==================================
/Users/jd/WebKit/WebKitBuild/WebCore.build/Release-iphonesimulator/WebCore.build/Objects-normal/x86_64/LegacyTileGridTile.o
/Users/jd/WebKit/Source/WebCore/platform/ios/LegacyTileGridTile.mm:67:15: error: property 'contentsFormat' not found on object of type 'LegacyTileLayer *'
        layer.contentsFormat = kCAContentsFormatRGBA10XR;
              ^
1 error generated.

** BUILD FAILED **


The following build commands failed:
    CompileC /Users/jd/WebKit/WebKitBuild/WebCore.build/Release-iphonesimulator/WebCore.build/Objects-normal/x86_64/LegacyTileGridTile.o platform/ios/LegacyTileGridTile.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
==================================

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160408/b9ef59d9/attachment.html>


More information about the webkit-unassigned mailing list