You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As this open-source project currently doesn't provide code signing for all platforms and only uses GitHub Actions for simple build releases, you might encounter some of the issues mentioned above. This issue collects related problems and provides temporary solutions.
macOS warning about being damaged: Currently, it uses "signingIdentity": "-" to bypass signing. You need to go to "Security & Privacy" in macOS settings and choose "Open Anyway."
macOS not working after updates: I suspect this might be due to the inconsistency in code signing with each new build version. You may need to remove and re-add (input monitoring) permissions after each update.
Windows warning about malware: I haven't encountered this issue on Win11 Pro, but some versions of Windows (or certain security software) might show this alert. You can choose to ignore it.
The text was updated successfully, but these errors were encountered:
These were the exact steps for how I fixed the issue with macOS showing “App is damaged and should be moved to trash” warning on MacOS 15 (Sequoia), as mentioned in the original comment.
macOS warning about being damaged: Currently, it uses "signingIdentity": "-" to bypass signing. You need to go to "Security & Privacy" in macOS settings and choose "Open Anyway."
Open System Settings → Privacy & Security.
Scroll down to Security and set Allow apps downloaded from to App Store and identified developers.
Try opening the app again. If you still get the warning:
Go back to System Settings → Privacy & Security.
Look for an option that says Open Anyway under Security (it should appear shortly after attempting to open the app).
Click Open Anyway to allow the app to run.
This should let you bypass the warning and run the app without further issues.
You need to unquarantine the app: sudo xattr -cr /Applications/KeyEcho.app (obviously do your own research before you decide to do this to ensure you are confident in what you are doing and satisfied the app is safe).
EDIT: This does let you open the app, but now I'm having some weird issue where I can't download any sounds and even manually installing as in the CustomSounds.md file has no effect :((
EDIT 2: I could also open this by repeating the previous step by Cmd-Clicking the application and following the same steps in system preferences as for the dmg. However in all cases, the soundpack.config.json file is not generated which means I cannot proceed to test the app.
As this open-source project currently doesn't provide code signing for all platforms and only uses GitHub Actions for simple build releases, you might encounter some of the issues mentioned above. This issue collects related problems and provides temporary solutions.
macOS warning about being damaged: Currently, it uses
"signingIdentity": "-"
to bypass signing. You need to go to "Security & Privacy" in macOS settings and choose "Open Anyway."macOS not working after updates: I suspect this might be due to the inconsistency in code signing with each new build version. You may need to remove and re-add (input monitoring) permissions after each update.
Windows warning about malware: I haven't encountered this issue on Win11 Pro, but some versions of Windows (or certain security software) might show this alert. You can choose to ignore it.
The text was updated successfully, but these errors were encountered: