[Webkit-unassigned] [Bug 241713] New: REGRESSION(r295496): [MacOS] Build terminates with CodeSign error
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 17 06:35:06 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=241713
Bug ID: 241713
Summary: REGRESSION(r295496): [MacOS] Build terminates with
CodeSign error
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dpino at igalia.com
Since r295496, I'm getting the following error while building WebKit for MacOS:
```
usr/bin/codesign --force --sign - --timestamp\=none --preserve-metadata\=identifier,entitlements,flags --generate-entitlement-der /Users/playwright/webkit/WebKitBuild/Release/InjectedBundleTestWebKitAPI.bundle/Contents/Resources/WebKit.framework
/Users/playwright/webkit/WebKitBuild/Release/InjectedBundleTestWebKitAPI.bundle/Contents/Resources/WebKit.framework: replacing existing signature
/Users/playwright/webkit/WebKitBuild/Release/InjectedBundleTestWebKitAPI.bundle/Contents/Resources/WebKit.framework: unsealed contents…
```
The command I'm using to build is:
```
$ ./Tools/Scripts/build-webkit --release --touch-events --orientation-events
```
Environment is macOS v12.3.1, building with XCode13.2.
Builds work if I build using the new --no-use-workspace flag though.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220617/40ecd94e/attachment.htm>
More information about the webkit-unassigned
mailing list