Bug 181148 - REGRESSION (r224313): Fix build warning when compiling WebKit.xcassets
Summary: REGRESSION (r224313): Fix build warning when compiling WebKit.xcassets
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 178924
Blocks:
  Show dependency treegraph
 
Reported: 2017-12-24 06:38 PST by David Kilzer (:ddkilzer)
Modified: 2017-12-24 11:07 PST (History)
5 users (show)

See Also:


Attachments
Patch v1 (3.65 KB, patch)
2017-12-24 06:40 PST, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2017-12-24 06:38:55 PST
The fix for Bug 178924 in r224313 caused a new warning to appear when compiling Source/WebKit:

    Opensource/Source/WebKit/WebKit.xcassets: warning: Failed to read file attributes for "Opensource/Source/WebKit/WebKit.xcassets"
        Failure Reason: No such file or directory

The bug is that a relative path was introduced into the Xcode project that assumed a case-insensitive filesystem as well as a required name for the WebKit source checkout.
Comment 1 David Kilzer (:ddkilzer) 2017-12-24 06:40:28 PST
Created attachment 330171 [details]
Patch v1
Comment 2 Radar WebKit Bug Importer 2017-12-24 06:41:18 PST
<rdar://problem/36205815>
Comment 3 WebKit Commit Bot 2017-12-24 11:07:16 PST
Comment on attachment 330171 [details]
Patch v1

Clearing flags on attachment: 330171

Committed r226290: <https://trac.webkit.org/changeset/226290>
Comment 4 WebKit Commit Bot 2017-12-24 11:07:17 PST
All reviewed patches have been landed.  Closing bug.