☭DEVELOPER/#1 Trouble Shooting

[MAC M1]Eclipse 응용 프로그램을 열 수 없습니다.

조반짝 2024. 1. 10. 20:46
728x90
반응형

 

Issue

평소에 잘 실행되던 이클립스를 실행하니 아래와 같은 오류 메세지가 뜬다

오류문구 'eclipse 응용 프로그램을 열 수 없습니다.'

 

💡Cause

이클립스 내에 코드 서명이 깨져서 이러한 오류가 발생

 

❗️Resolution

1. 터미널을 실행한다.
2. codesign --force --deep --sign - /Applications/Eclipse.app 를 입력
3. 이클립스 실행이 잘 된다.

 

📌 Extra

Spring
codesign --force --deep --sign - /Applications/SpringToolSuite4.app

애플리케이션 서명 구문
codesign --force --deep --sign - /Applications/{app-name}.app

 

 

 

🔍 참조

https://stackoverflow.com/questions/68295434/facing-permission-related-issues-in-macbook-pro-with-big-sur-11-4

 

Facing Permission related issues in MacBook pro with Big Sur 11.4

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

stackoverflow.com

 

728x90
반응형