Bug 177272

Summary: Device iOS 11 builds fail with FileProvider linker errors
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, ddkilzer, lforschler, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ddkilzer: review+

Jonathan Bedard
Reported 2017-09-20 14:32:15 PDT
Here is an example of one of these failures: <https://build.webkit.org/builders/Apple%20iOS%2011%20Release%20%28Build%29/builds/33/steps/compile-webkit/logs/stdio> In short, we're linking to the Mac version of this library. iOS should never be linking to any Mac runtime libraries, it's surprising we haven't hit this issue before.
Attachments
Patch (2.81 KB, patch)
2017-09-20 14:40 PDT, Jonathan Bedard
ddkilzer: review+
Radar WebKit Bug Importer
Comment 1 2017-09-20 14:32:53 PDT
Jonathan Bedard
Comment 2 2017-09-20 14:40:18 PDT
David Kilzer (:ddkilzer)
Comment 3 2017-09-20 14:58:23 PDT
Comment on attachment 321375 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=321375&action=review r=me > Tools/WebKitTestRunner/Configurations/Base.xcconfig:93 > +FRAMEWORK_SEARCH_PATHS[sdk=iphone*] = $(inherited) $(WK_PRIVATE_FRAMEWORK_STUBS_DIR) Nit: Semi-colon at end of line.
Jonathan Bedard
Comment 4 2017-09-20 15:08:31 PDT
Note You need to log in before you can comment on or make changes to this bug.