The "Copy Custom WebContent Resources to Framework Private Headers" build phase in the WebContent target of the WebKit project doesn't advertise the files that it produces. This has consequences on later build phases that consume those files. In particular, XCBuild is left not knowing where those files are coming from, and it fails saying that those files don't exist. Fix this by adding the output files to the "output files" section of the custom build phase.
<rdar://problem/63700546>
Created attachment 400420 [details] Patch
Committed r262236: <https://trac.webkit.org/changeset/262236> All reviewed patches have been landed. Closing bug and clearing flags on attachment 400420 [details].