Wednesday 9 February 2022

Mac: You do not have permission to open the application Eclipse

Whenever I am trying to open Eclipse in Mac, I am getting error like ‘You do not have permission to open the application “Eclipse”.’ I resolved this error by resigning the application by executing below command.

$ codesign --force --deep --sign - /Applications/Eclipse.app
/Applications/Eclipse.app: replacing existing signature

 

You can use the similar command to sign any application.

codesign --force --deep --sign - /Applications/{app-name}.app

 

 


Previous                                                    Next                                                    Home

No comments:

Post a Comment