App can't be opened because it is from an unidentified developer

前端 未结 15 2599
谎友^
谎友^ 2020-12-02 05:39

I installed Mac OS X Mavericks (10.9) yesterday and since then I am not able to start my Eclipse. I am attaching a screenshot of the message I see.

Is there a workar

15条回答
  •  失恋的感觉
    2020-12-02 05:40

    you can modify the gatekeeper settings by running the following command

    To disable to allow apps from anywhere to be installed use the following command in terminal ::

    sudo spctl --master-disable

    To re-enable use the following command

    sudo spctl --master-enable

提交回复
热议问题