Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. QtWebEngine signing issue
Qt 6.11 is out! See what's new in the release blog

QtWebEngine signing issue

Scheduled Pinned Locked Moved Unsolved QtWebEngine
1 Posts 1 Posters 257 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    goos ling
    wrote on last edited by
    #1

    I'm experiencing problems after signing Mac APP, the webview crashed after opened the app. Here are all the steps I tried during the sign:

    First try:

    codesign --verbose --deep --force --options runtime --timestamp --sign 'Developer ID Application: xxxx' 'xx.app'
    
    Pack the app to dmg
    
    xcrun notarytool submit --apple-id xxxx --password **** --team-id xxxx --wait dmg
    

    Notary status :Accepted, but after the dmg installed, the webpage can't work properly.

    Second try:

    codesign --verbose --deep --force --options runtime --timestamp --sign 'Developer ID Application: xxxx' 'xx.app'
    
    codesign --verbose --deep --force --options runtime --timestamp --sign 'Developer ID Application: xxx' --entitlements QtWebEngineProcess.entitlements 'xxx.app/Contents/Frameworks/QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app/Contents/MacOS/QtWebEngineProcess'
    
    Pack the app to the dmg
    
    xcrun notarytool submit --apple-id xxxx --password **** --team-id xxxx --wait dmg
    

    After the APP installed, it will still prompts a dialog shows the app wasn't sign properly.

    May I ask the right way to sign the APP with QtWebEngine? Need some help here. Thanks in advance

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved