, "qt qt"
>
> Betreff: Re: [Interest] QtWebEngine crash after codesign
>
> On 30/4/22 00:56, Alexander Carôt wrote:
> > codesign --options=runtime --deep ./simplebrowser.app -s "Developer ID
> > Application:–xyz"
>
> The hardened runtime (--optio
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/qtw
Hello all,
I just noticed some odd behavior with QtWebEngine after codesigning:
When launching the app the QtWebEngineProcess crashes and the browser tells:
Render process exited with code: 9
Do you want to reload the page ?
I can reproduce this with the simplebrowser-example code:
Qt/Examples