ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
342 stars 36 forks source link

My app won't launch on an M1 Mac #470

Open tonedeciple opened 1 year ago

tonedeciple commented 1 year ago

My app will launch on a pre-M1 mac with no problem. However, it won't launch on an M1 Mac. Instead, the error message "See the py2app website for debugging launch issues" pops up. Do I need to recompile with a newer version of py2app?