Ecks1337 / RyuSAK

GNU General Public License v3.0
1.22k stars 78 forks source link

not opening on Mac OS Sonoma #80

Open frootloop88 opened 1 year ago

frootloop88 commented 1 year ago

Describe the bug says file is damaged.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots Add screenshots to help explain your problem. Even if it seems irrelevant, it may help.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

glebmiller commented 1 year ago

os ventura also says 1.6.1 and 1.6.2 versions are damaged and won't start the app

DanielTrugilo commented 1 year ago

Yup, same here on sonoma

evanpaul14 commented 1 year ago

There's a fix here: https://github.com/Ecks1337/RyuSAK/issues/37#issuecomment-1336510441

Run this in the terminal: xattr -cr /Applications/RyuSAK.app

hotsun commented 12 months ago

There's a fix here: #37 (comment)

Run this in the terminal: xattr -cr /Applications/RyuSAK.app

this works, thanks so much!

LuckyTheCoder commented 9 months ago

xattr -cr /Applications/RyuSAK.app

I just get "option -r not recognized" when typing that command on my Mac.

evanpaul14 commented 9 months ago

xattr -cr /Applications/RyuSAK.app

I just get "option -r not recognized" when typing that command on my Mac.

Are you using the standard xattr command that's built into macOS? Try running type xattr; it should say something like "xattr is /usr/bin/xattr" if you're using the standard one.