Bug 181148

Summary: REGRESSION (r224313): Fix build warning when compiling WebKit.xcassets
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: WebKit Misc.Assignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, jeremyj-wk, joepeck, mitz, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 178924    
Bug Blocks:    
Attachments:
Description Flags
Patch v1 none

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.