raphaelhanneken / apple-juice

An advanced battery gauge for macOS, that displays the remaining battery time and more.
MIT License
510 stars 34 forks source link

“Apple Juice” is damaged and can’t be opened. You should eject the disk image. #38

Open s0menickname opened 2 years ago

s0menickname commented 2 years ago

Trying to install the last version (2012.12.0) and getting this error:

image

SHA1 of the .dmg is 7eb32858a2040f6e0b2795759f54bcad8e6a7f51. Installing via Homebrew does not help either.

macOS Monterey 12.5, Macbook Air M2. Perhaps it's a macOS version issue?

akumbhani66 commented 2 years ago

@s0menickname

Duplicate of https://github.com/raphaelhanneken/apple-juice/issues/18

sudo spctl --master-disable

Should resolve it.

fidpa commented 1 year ago

@akumbhani66 Didn't resolve it for me. How to reverse the command, please?

sudo spctl --master-enable ?

akumbhani66 commented 1 year ago

@fidpa, Yes sudo spctl --master-enable

andreineculau commented 1 year ago

xattr -cr /Applications/Apple\ Juice.app is less intrusive and does the trick.

Ref https://github.com/raphaelhanneken/apple-juice/issues/18#issuecomment-728662625

saschahemleb commented 1 year ago

thx @andreineculau, you're my hero