Mac M1 Py2app build – Segmentation Fault 11
For the purposes of this question, I have a simple Python GUI (wx) application which I am building on an M1 Macbook Pro using Py2app. Latest setup tools (72.2.0) produces an error on M1/M2, so as per this (https://github.com/ronaldoussoren/py2app/issues/531), I have rolled back to Setuptools version 71.0.0.
At the end of the build, I can see there is a ‘Segmentation Fault 11’ reported. The resulting .app opens and runs on the build machine, but moving this to anotehr M2 mac, results in a crash with Segmentation Fault 11. Any suggestions would be great.