Bug 255079

Summary: [Xcode] Fix yasm build due to apparent code signing race condition
Product: WebKit Reporter: Elliott Williams <emw>
Component: Tools / TestsAssignee: Elliott Williams <emw>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Elliott Williams 2023-04-05 23:07:44 PDT
Builds of libwebrtc are using yasm before Xcode has had a chance to sign it. Fix by disabling formal code signing, so that the linker performs adhoc signing. This should be safe since yasm is never used off of the machine it's built on.
Comment 1 EWS 2023-04-06 00:31:28 PDT
Committed 262658@main (d28d0a98a947): <https://commits.webkit.org/262658@main>

Reviewed commits have been landed. Closing PR #12449 and removing active labels.
Comment 2 Radar WebKit Bug Importer 2023-04-06 00:32:17 PDT
<rdar://problem/107698523>