This repository was archived by the owner on Aug 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Known Issues & FAQs
Amarante Southard edited this page May 30, 2020
·
1 revision
- As security is no longer an issue, the wrapper still is not digitally signed. So the error "PROM.app is damaged" still exists. The only workaround to this is to disable Gatekeeper for each time you download a new version of PROM.app before enabling it again. The workaround can be found below.
- Q1: I got the error message saying PROM.app is damaged. What should I do?
- A1: Because Gatekeeper needs to see that the app is signed, and since it doesn't, it prevented the app from running. The workaround is as follows:
- Open terminal.
- Enter this command to disable Gatekeeper:
- sudo spctl --master-disable
- Enter your computer administrator password when prompted. It hides the password for security reasons.
- Open the app and click 'Open' when asked if you're sure.
- It is safe now to close the app, and then enter the command to re-enable Gatekeeper.
- sudo spctl --master-enable
- The app should open normally now.