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) ==================================
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.
Created attachment 276042 [details] [PATCH] Proposed Fix
Comment on attachment 276042 [details] [PATCH] Proposed Fix Clearing flags on attachment: 276042 Committed r199258: <http://trac.webkit.org/changeset/199258>
All reviewed patches have been landed. Closing bug.