Closed
Description
The official 1.8 beta1 binaries downloaded from julialang.org/downloads fail to open in macos 12.3. They worked fine in 12.2. Both the Apple Silicon (on an M1 Macbook Pro) and the Intel (on an Intel iMac) binaries fail with the same error if Terminal was already running: The application “Terminal” can’t be opened. -1703
. If Terminal was not running, it will launch, but will not initiate a Julia session.
Launching julia from the command line instead of the .app works fine.
This problem does not occur with v1.7.
(Thanks Sven-Erik Ekström for reproducing on Slack)