- “you don’t have permission to open this application”
- “你沒有打開應用程式的權限”
從網路上下載的 .app
檔案很常遇到 “你沒有打開應用程式的權限”,這個警告彷彿每次 macOS 更新都會遇到,但其實問題很簡單處理。
- Step1 開啟終端機(Terminal)
使用任何軟體或內建的都可以
- Step2 找到要開啟
.app
的路徑
1 | cd /Applications |
- Step3 輸入指令修改權限
1 | sudo chmod -R 755 |
- Step4 嘗試打開 app
這時候會遇到無法驗證開發者的錯誤訊息,這個很正常
打開系統偏好設定 -> 安全性與隱私權
接著就能夠看到你剛剛嘗試打開的 app,點選 強制打開
即可
- Step1 Open your terminal
- Step2 Find your application
This folder path depends on your .app
file location
1 | cd /Applications |
- Step3 Modify your permission
1 | sudo chmod -R 755 |
- Step4 Try to open app
In this step, you will still encounter “unidentified developer” message.
- Open System Preferences.
- Go to the Security & Privacy tab.
- Click “Open Anyway”