LoginSignup
1
2

More than 3 years have passed since last update.

【Mac】Eclipse.app は壊れている?

Last updated at Posted at 2019-12-03

EclipseをApplicationsから起動しようとしたら、
「Eclipse.app は壊れているため開けません。ゴミ箱に入れる必要があります。」
というエラーメッセージが表示され、起動することができなくなってしまった場合、

次のコマンドで拡張ファイル属性(Extended Attributes;EA)を除去することで起動可能。

xattr -d com.apple.quarantine Eclipse.app/

なお、拡張ファイル属性(Extended Attributes;EA)は次のコマンドを実行することで確認可能。

xattr Eclipse.app/

※一番簡単な方法は、Ctrlキーを押しながらクリック!!

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2