-
-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code-sign breaks on macOS with python 3.11 #1861
Comments
Release 6.15.3 is out! Can you test it and give me feedback? |
A recent PR #2025 maybe fixes this. Can you test? You can test the patch in the latest development build: |
To document, I found that before the runtime error, there are multiple warnings: |
Release 6.15.10 is out! |
Describe the bug
Code-signing breaks apps bundled with cx_Freeze for macOS on python 3.11.x. The build process goes smoothly, same for the code-sign, but then at runtime macOS complains about signatures:
Users have reported this issue ever since python 3.11.0 came out and I updated my app to it. For the time being I had downgraded to python 3.10 for macOS in hopes that cx_Freeze 6.14's official support for python 3.11 would fix it. I only got around now to making a new release of my app, and users still report this issue with cx_Freeze 6.14.7 and python 3.11.2.
To Reproduce
I don't have access to a macOS machine so I can't test to get a minimal working example of the issue, however (judging from the error message) I would argue that it most likely boils down to:
Repeating the same steps on python 3.10.x instead works flawlessly
Expected behavior
App code-signs properly and can be run without issues.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: