Changes between Initial Version and Version 1 of Ticket #6449, comment 6


Ignore:
Timestamp:
Mar 24, 2022, 5:12:46 PM (4 years ago)
Author:
Tom Goddard

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6449, comment 6

    initial v1  
    1 As mentioned in the description this problem is just with unsigned (or unnotarized) Qt apps.  The daily build is notarized and not notarized builds (1.3, daily builds) have exhibited this problem.
     1As mentioned in the description this problem is just with unsigned (or unnotarized) Qt apps.  The daily build is notarized and notarized builds (1.3, daily builds) have not exhibited this problem.
    22
    33My guess is this is some macOS security measure that stops this unsigned/unnotarized app from doing some kind of network operation.  But it fetches files fine using the "open" command, and Qt 5 unsigned works fine.  So it seems like a specific Qt 6 deficiency.