RESOLVED FIXED 177272
Device iOS 11 builds fail with FileProvider linker errors
https://bugs.webkit.org/show_bug.cgi?id=177272
Summary Device iOS 11 builds fail with FileProvider linker errors
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.