Post

Replies

Boosts

Views

Activity

Reply to codesign stubbornly failing
Thanks for the provided links! Makes sense that the signing needs to be from the dependencies backwards. Regarding placing of the content, I think py2app does a good job with that. Especially the log states there is some signing happening already. Of course I can provide you with a copy, the project is open source anyway. Here is the zipped .app: http://dreisicht.net/share/renderrob.zip
Sep ’25
Reply to codesign - edited signature
Thank you for the helpful reply! I was trying to build my application with PySide6-deploy, which is putting all files into the MacOS subdirectory. After researching I ended up using Py2App, which follows the required folder structure. Providing only the top level MyApp.app/ directory path did not work, after getting a myriad of complaints of the notarization. Do I have to sign now every file individually? And is there a generally preferred tool for packaing Python based apps?
Apr ’25
Reply to codesign stubbornly failing
I ended up solving the signing by signing the package once with my script which signs all files individually inthe right order and then afterwards signing it again with py2appsigner. Since it's working now I haven't spent more time analyzing why both steps were required. Thanks againg for the help everybody involved.
Replies
Boosts
Views
Activity
Dec ’25
Reply to codesign stubbornly failing
Thanks for your answer. I removed the files you mentioned and get the same positive output from codesign -vv, but it doesn't make any difference regarding the notarization process. I tried using Xcode for the signing, but it seems like it's not compatible with what Qt offers.
Replies
Boosts
Views
Activity
Oct ’25
Reply to codesign stubbornly failing
Thank you for your answer. I tried signing the files in ascending order, meaning so sign all files first, and the directory above it. Unfortunately no change in the result though. Is there a way to get more information about why the "Developer ID Certificate" is invalid?
Replies
Boosts
Views
Activity
Oct ’25
Reply to codesign stubbornly failing
Thanks for the provided links! Makes sense that the signing needs to be from the dependencies backwards. Regarding placing of the content, I think py2app does a good job with that. Especially the log states there is some signing happening already. Of course I can provide you with a copy, the project is open source anyway. Here is the zipped .app: http://dreisicht.net/share/renderrob.zip
Replies
Boosts
Views
Activity
Sep ’25
Reply to codesign - edited signature
Thank you for the helpful reply! I was trying to build my application with PySide6-deploy, which is putting all files into the MacOS subdirectory. After researching I ended up using Py2App, which follows the required folder structure. Providing only the top level MyApp.app/ directory path did not work, after getting a myriad of complaints of the notarization. Do I have to sign now every file individually? And is there a generally preferred tool for packaing Python based apps?
Replies
Boosts
Views
Activity
Apr ’25