Freeze successfull but signature code invalid #1379
-
Hey everyone, I'm trying to use cx_freeze on macos. The freeze is going all well except that I get some warnings: Which leads me to my error: Freeze ends successfully but when I try to run it, it crashes. No message even when launching from console but the report from the launch give me this:
I gues it is something related to the warning I got before but I'm clueless on how to resolve this issue. I use last version of cx-freeze (6.10 at current time) with python 3.10 on macos big sur. Thx in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Using the instruction form here codesign --deep -f -s - /Users/lle/Documents/Narrator/build/Narrator-1.0.app |
Beta Was this translation helpful? Give feedback.
Using the instruction form here
Could you try re-signing the app with the following command, and see if it will run then. Please let me know.
codesign --deep -f -s - /Users/lle/Documents/Narrator/build/Narrator-1.0.app