gtoolkit
gtoolkit copied to clipboard
Application closes immediately on Macbook Pro M2
The GT application closes immediately after opening.
Setup: Macbook Pro M2 (Ventura 13.6) and GT (v1.0.103)
However, opening GT via the command line works as expected.
Thank you, Lando.
We will look at it.
Did you happen to see a crash.dump or a PharoDebug.log file in the image directory after double clicking the .app?
Also what does xattr GlamorousToolkit.app return? If you open it first from the command line does it work afterwards to open it by double clicking?
Maybe you can also open the Console app when the crash happens. No idea if it will help but maybe there is some system message there
Hi @girba und @chisandrei,
- Opening the app does not create a crash.dump nor a PharoDebug.log
xattrincludescom.apple.quarantinewhich might be the cause of my problem- I cannot open the app by clicking even after I opened it via the command line
- The console app doesn't show any
Thanks for the info. Just to double check that the quarantine flag causes the issue, what happens if you remove the flag after downloading using xattr -d com.apple.quarantine GlamorousToolkit.app and try to open by clicking?