Bug 156415 - [iOS Simulator] Build failure (property 'contentsFormat' not found on object of type 'LegacyTileLayer *')
Summary: [iOS Simulator] Build failure (property 'contentsFormat' not found on object ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-08 12:47 PDT by Joanmarie Diggs
Modified: 2016-04-08 17:42 PDT (History)
5 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (3.42 KB, patch)
2016-04-08 14:18 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joanmarie Diggs 2016-04-08 12:47:12 PDT
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)
==================================
Comment 1 Joseph Pecoraro 2016-04-08 13:27:10 PDT
This is just missing the SPI forward declaration.

After fixing this, it sounds like there is another issue in _WKElementAction, so I'm awaiting seeing what those are.
Comment 2 Joseph Pecoraro 2016-04-08 14:18:01 PDT
Created attachment 276042 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2016-04-08 17:42:52 PDT
Comment on attachment 276042 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 276042

Committed r199258: <http://trac.webkit.org/changeset/199258>
Comment 4 WebKit Commit Bot 2016-04-08 17:42:57 PDT
All reviewed patches have been landed.  Closing bug.