Issue
Whenever I'm trying to open Eclipse or SpringToolSuite 4, I'm getting the same permission related issues It was working fine a day before yesterday but now It's showing weird stuff.
You do not have permission to open the application “SpringToolSuite4”.
You do not have permission to open the application “Eclipse”.
If anyone has any solutions please share
Solution
The application has to be signed again
for Spring Tool Suite :
codesign --force --deep --sign - /Applications/SpringToolSuite4.app
for Eclipse :
codesign --force --deep --sign - /Applications/Eclipse.app
Synatx for signing application:
codesign --force --deep --sign - /Applications/{app-name}.app
Answered By - Sanath L S
Answer Checked By - Senaida (JavaFixing Volunteer)