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
No comments:
Post a Comment