Hmm, that’s a new one. What architecture does Python think it’s running (output of platform.machine() in Python)? What architecture are you really on (output of uname -m from terminal)? Does removing the icon the icon make any difference? What’s the output of:
lipo -archs /Users/user/PycharmProjects/acceptanceDb/dist/main
Hi!
[code]platform.machine()[/code] return [tt]x86_64[/tt]
[code]uname -m[/code] return [tt]x86_64[/tt]
[code]lipo -archs /Users/user/PycharmProjects/acceptanceDb/dist/main[/code]
return
[code]xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/[/code]
removing icon had no any effect