docs: add troubleshooting for app damaged error
This commit is contained in:
15
README.md
15
README.md
@@ -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
|
||||
|
||||
Built with **Tauri**, **React**, and **TypeScript**.
|
||||
|
||||
Reference in New Issue
Block a user