Ocassionally, there is a need to install an app created by a developer that is not identified by the security policy in place on the Firm’s MacBook.
Here is the short procedure I identified it works for me:
- in terminal type:
sudo spctl --master-disable - verify with:
spctl --status - open the application and quit it
- in terminal, type:
sudo spctl --master-enable - verify the status:
spctl --status - verify that the policy is restored via: System Preferences … -> Security and Privacy -> General
