Before r291814, some of the iOS sandbox files were copied to $(INSTALL_PATH). That built in Xcode copying stpe created the INSTALL_PATH directory. When the output of the preprocessed .sb.in files where copied to $(INSTALL_PATH), it already existed. r291814 made it so that all of the iOS sandbox files are preprocessed and then copied to $(INSTALL_PATH) using the "cp" command. The problem is that $(INSTALL_PATH) hasn't been created yet. This appears to only manifest in the Apple build system and not local builds.
<rdar://90794287>
Created attachment 455698 [details] Patch
Comment on attachment 455698 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=455698&action=review r=me > Source/WebKit/ChangeLog:11 > + That change set made it soe that all WebKit iOS sandbox profile files are preprocessed soe => so
I was going to ask if we need to add the directory to output paths because of this, then noticed that there aren't any inputs or outputs here.
Committed r291828 (248850@trunk): <https://commits.webkit.org/248850@trunk>