docs: add troubleshooting for app damaged error

This commit is contained in:
michael.borak
2026-01-20 10:22:29 +01:00
parent b6cef238ad
commit d266de942a

View File

@@ -75,6 +75,21 @@ To record clear meeting audio from other applications, you need a "virtual cable
--- ---
## ❓ Troubleshooting
### "Hearbit AI is damaged and can't be opened"
This is a standard macOS warning for apps not signed with an Apple Developer Certificate. To fix it:
1. Open **Terminal**.
2. Run the following command:
```bash
sudo xattr -cr /Applications/Hearbit\ AI.app
```
3. Enter your password.
4. Open the app again.
---
## 👨‍💻 Development ## 👨‍💻 Development
Built with **Tauri**, **React**, and **TypeScript**. Built with **Tauri**, **React**, and **TypeScript**.