netease-youdao / EmotiVoice

EmotiVoice 😊: a Multi-Voice and Prompt-Controlled TTS Engine
Apache License 2.0
7.44k stars 632 forks source link

Mac Install Issue #86

Open jd3655 opened 10 months ago

jd3655 commented 10 months ago

Hello,

Thank you so much for releasing a mac version of EmotiVoice. After installing the app, I'm getting the following error:

“emotivoice” is damaged and can’t be opened. You should move it to the Trash.

I'm using an M1 Ultra running Sonoma 14.2.1

I would appreciate any help if I'm doing something wrong.

auxor commented 10 months ago

I got the same error. My mac is Apple M1 running macOS 13.5

syq163 commented 10 months ago

I am also using an Apple M1 Pro running 14.2.1 (23C71), and I have not encountered any issues with EmotiVoice.

If you come across the "EmotiVoice is damaged and can't be opened" error, you can try the following steps to resolve it:

  1. Go to the Apple menu and select System Preferences.
  2. Choose Security & Privacy.
  3. To unlock the preference pane, click on the yellow lock icon and enter your password.
  4. Click on "Open Anyway."
auxor commented 10 months ago

I am also using an Apple M1 Pro running 14.2.1 (23C71), and I have not encountered any issues with EmotiVoice.

If you come across the "EmotiVoice is damaged and can't be opened" error, you can try the following steps to resolve it:

  1. Go to the Apple menu and select System Preferences.
  2. Choose Security & Privacy.
  3. To unlock the preference pane, click on the yellow lock icon and enter your password.
  4. Click on "Open Anyway."

In step 4, there is only two option: "App Store", "App Store and idendified developer".

I also tried adding the emotivoice to "Developer Tool", but it did show the same error.

syq163 commented 10 months ago

You can also refer to the steps outlined in this page: https://blog.csdn.net/weixin_44957840/article/details/106976542. Hopefully, this will help you resolve the issue.

auxor commented 10 months ago

sudo xattr -r -d com.apple.quarantine /Applications/emotivoice.app. This works for me

jd3655 commented 10 months ago

Thanks for the feedback. Running sudo xattr -r -d com.apple.quarantine /Applications/emotivoice.app worked for me.

rockets-cn commented 10 months ago

apple m1 sudo xattr -r -d com.apple.quarantine /Applications/emotivoice.app. This works for me too