I need t to run some apps like Xcode14 from command line. It is rejected by the Gatekeeper and System Settings fails to allow it.
The old line used to be:
This is no longer supported. Are there alternatives?
-- Harald
The old line used to be:
Code:
sudo spctl --add --label "Xcode14" /Applications/Xcode14.app
sudo spctl --enable --label "Xcode14".
-- Harald
Last edited: