Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 19 does not run on Mac OS Sonoma 14.0 #502

Open
jarrichdxc opened this issue Dec 7, 2023 · 9 comments
Open

Release 19 does not run on Mac OS Sonoma 14.0 #502

jarrichdxc opened this issue Dec 7, 2023 · 9 comments

Comments

@jarrichdxc
Copy link

Describe the bug

The app does not start.

Screenshot 2023-12-08 at 00 10 23

To Reproduce

Download and open the latest release of RoslynPad. Immediately greeted with an error message.

Expected behavior

The app starts.

Version

  • OS: macOS Sonoma 14.0
  • Build (or commit ID if built from source): Release 19
@aelij
Copy link
Member

aelij commented Dec 9, 2023

Hi @jarrichdxc, are you sure you downloaded the zip for the correct architecture of your Mac? There's x64 (Intel) and arm64 (Apple Silicon).

@liyanjie2048
Copy link

liyanjie2048 commented Dec 9, 2023

Not on 14.1.2,Air 15 with M2 either

@aelij
Copy link
Member

aelij commented Dec 10, 2023

@liyanjie2048 same question

@retteghy
Copy link

retteghy commented Dec 21, 2023

run this command in a Terminal, fixes the issue:
xattr -cr /Applications/RoslynPad.app
(all attributes are cleared recursively)

@liyanjie2048
Copy link

liyanjie2048 commented Dec 21, 2023

19.1 works fine on macOS 14.2.1,Air M2 15

@dhssingle
Copy link

@retteghy
It works but not quite.
It crashes on my Macbook Air m1.

@svause-stryker
Copy link

I also had to run the command @retteghy suggested otherwise:
image

@nicholasyin
Copy link

run this command in a Terminal, fixes the issue: xattr -cr /Applications/RoslynPad.app (all attributes are cleared recursively)

Saved my day. Thanks a lot.

@sukkergris
Copy link

run this command in a Terminal, fixes the issue: xattr -cr /Applications/RoslynPad.app (all attributes are cleared recursively)

Saved my day. Thanks a lot.

Not working for me.
MacBook Pro
M3
Sonoma 14.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants