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

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to