It keeps sending the app automatically to the trash bin. Used to be able to right click and open apps like that. This Gatekeeping crap by Apple is really freaking annoying. Let me open an app I download. Windows does with no issue, same exact app.
System settings has an open anyway button. I think in the security and privacy paneIt keeps sending the app automatically to the trash bin. Used to be able to right click and open apps like that. This Gatekeeping crap by Apple is really freaking annoying. Let me open an app I download. Windows does with no issue, same exact app.
Can you tell us what app? If its certificate has been revoked, it’s more complicated than the steps described in Apple support pages.It keeps sending the app automatically to the trash bin.
Microsoft has always been a target for malware and viruses, ... and they never learn.It keeps sending the app automatically to the trash bin. Used to be able to right click and open apps like that. This Gatekeeping crap by Apple is really freaking annoying. Let me open an app I download. Windows does with no issue, same exact app.
sudo spctl --master-disable
after using the terminal command, you (once more) have to go to the privacy and security settings pane, scroll down, and choose "allow applications from ... anywhere" to make your preference "stick".
sudo spctl --master-disable; open "x-apple.systempreferences:com.apple.preference.security?Security"
Stremio, which was actually on the iOS store as recently as a few weeks ago as well.What App?

ThanksStremio, which was actually on the iOS store as recently as a few weeks ago as well.
Due to a misunderstanding with Apple, the MacOS app signing certificate has been revoked which will cause an error message to show for users when attempting to open the Stremio MacOS app. We are currently in the process of appealing Apple’s actions and expect this issue to be resolved within 1-2 weeks.
What was wrong with right clicking and 'open anyway'?...
Restore it from the trash....
Please read posts #12 and #13. It is a certificate problem and needs action by developer and Apple. Post #14 hints at a possible reason - if so the problem may persist.Same problem with same app under Tahoe...
Hi all!
Same problem with same app under Tahoe: none of those worked for me.
Allowed from anywhere = ok but still not working
Override Malware Protection = no such option
sudo xattr -cr /Applications/Stremio.app
find /Applications/Stremio.app -name "._*" -delete
find /Applications/Stremio.app -name ".DS_Store" -delete
sudo codesign --force --deep --sign - /Applications/Stremio.app
- First make sure to have Stremio in your Applications folder (it may have been moved to trash) .
- Open Terminal and enter this command:
Code:sudo xattr -cr /Applications/Stremio.app find /Applications/Stremio.app -name "._*" -delete find /Applications/Stremio.app -name ".DS_Store" -delete sudo codesign --force --deep --sign - /Applications/Stremio.app
Source:
sudo xattr -cr /Applications/Stremio.app
find /Applications/Stremio.app -name "._*" -delete
find /Applications/Stremio.app -name ".DS_Store" -delete
sudo codesign --force --deep --sign "MySelfSigningCert" /Applications/Stremio.app
I can confirm this really does work. All I would add is, that after entering in the last command into Terminal, wait a few seconds while "it does it's thing", then open Stremio. I have reactivated Stremio on my iMac, Macbook Air and Macbook Pro. An excellent resolution - Thank you
- First make sure to have Stremio in your Applications folder (it may have been moved to trash) .
- Open Terminal and enter this command:
Code:sudo xattr -cr /Applications/Stremio.app find /Applications/Stremio.app -name "._*" -delete find /Applications/Stremio.app -name ".DS_Store" -delete sudo codesign --force --deep --sign - /Applications/Stremio.app
Source:
sudo is not required for xattr or codesign.Code:sudo xattr -cr /Applications/Stremio.app find /Applications/Stremio.app -name "._*" -delete find /Applications/Stremio.app -name ".DS_Store" -delete sudo codesign --force --deep --sign - /Applications/Stremio.app
My post was referring to why macOS has moved the option to quickly override something. Not particularly regarding the issue the OP has. 🙂Please read posts #12 and #13. It is a certificate problem and needs action by developer and Apple. Post #14 hints at a possible reason - if so the problem may persist.