[Interest] QtWebEngine crash after codesign
Hamish Moffatt
hamish at risingsoftware.com
Sat Apr 30 04:47:56 CEST 2022
On 30/4/22 00:56, Alexander Carôt wrote:
> codesign --options=runtime --deep ./simplebrowser.app -s "Developer ID Application:–xyz"
The hardened runtime (--options=runtime) causes the web engine to crash.
You need to add entitlements while signing it.
See: https://forum.qt.io/topic/102212/qtwebengine-signing-issues/4
You only need that on the web engine process, not the whole application,
which messes with the --deep a bit.
Hamish
More information about the Interest
mailing list