WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
156415
[iOS Simulator] Build failure (property 'contentsFormat' not found on object of type 'LegacyTileLayer *')
https://bugs.webkit.org/show_bug.cgi?id=156415
Summary
[iOS Simulator] Build failure (property 'contentsFormat' not found on object ...
Joanmarie Diggs
Reported
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) ==================================
Attachments
[PATCH] Proposed Fix
(3.42 KB, patch)
2016-04-08 14:18 PDT
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
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.
Joseph Pecoraro
Comment 2
2016-04-08 14:18:01 PDT
Created
attachment 276042
[details]
[PATCH] Proposed Fix
WebKit Commit Bot
Comment 3
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
>
WebKit Commit Bot
Comment 4
2016-04-08 17:42:57 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug