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
343 stars 36 forks source link

Launch Error on M1 pro #397

Closed typemytype closed 2 years ago

typemytype commented 2 years ago

Hi

Ive got everything setup and installed with the latest pyobjc (8.1) and py2app (0.26.1).

A simplified example works fine in alias mode. But with a more complex app I hit a Launch Error.

When running directly from drawBot.app/Contents/MacOS/DrawBot the app launches and works perfectly.

Is there a way to find what causes that Launch error? Console.app is not providing any use-full information.

image

(in -A mode the app is not notarized nor codesigned)

thanks!

typemytype commented 2 years ago

Found a solution by deleting all .DS_Store files in the .app bundle

bensaine commented 2 years ago

I have the exact same issue described yet no .DS_Store files are present