Kodi Community Forum
“Kodi” is damaged and can’t be opened. You should move it to the Trash - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Mac OS X (https://forum.kodi.tv/forumdisplay.php?fid=56)
+---- Thread: “Kodi” is damaged and can’t be opened. You should move it to the Trash (/showthread.php?tid=267479)

Pages: 1 2 3 4


“Kodi” is damaged and can’t be opened. You should move it to the Trash - James278 - 2016-04-05

After downloading Kodi and moving it into my applications folder, When I open it a window pops up that says “Kodi” is damaged and can’t be opened. You should move it to the Trash.

Not sure what I should do.


RE: “Kodi” is damaged and can’t be opened. You should move it to the Trash - Waltman - 2016-04-05

Can you give more information ? What kind of Mac, what OSX version, which version of Kodi ? Where dit you get the Kodi package (official Kodi website please)


RE: “Kodi” is damaged and can’t be opened. You should move it to the Trash - James278 - 2016-04-05

MacBook Pro (Retina, 13-inch, Early 2015)
2.7 GHz Intel Core i5
El capitan 10.11.4 (15E65)
downloaded from https://kodi.tv/download/
As far as I know, it is the latest, unless it's to be found in a different place than where it asks what type of system you are running.


RE: “Kodi” is damaged and can’t be opened. You should move it to the Trash - Dangelus - 2016-04-05

Did you add anything to it like 3rd party add-ons? Sometimes these can cause issues.


RE: “Kodi” is damaged and can’t be opened. You should move it to the Trash - Waltman - 2016-04-05

about forbidden 3rd party apps, don't install them

Than we need a fresh start: could you please uninstall ?

1. remove the kodi app to the trash
2. remove the kodi folder to the trash. This folder is hidden in OSX in the application support folder see http://kodi.wiki/view/Userdata and the note how to acces the folder
3. empty the trashcan
4. reinstall kodi, get a free download just to be sure https://kodi.tv/download/
5 report back please


RE: “Kodi” is damaged and can’t be opened. You should move it to the Trash - wgstarks - 2016-04-05

Really sounds like a Gatekeeper issue.
Try this- http://kodi.wiki/view/HOW-TO:Install_Kodi_for_Mac#Gatekeeper


RE: “Kodi” is damaged and can’t be opened. You should move it to the Trash - Waltman - 2016-04-05

(2016-04-05, 14:17)wgstarks Wrote: Really sounds like a Gatekeeper issue.
Try this- http://kodi.wiki/view/HOW-TO:Install_Kodi_for_Mac#Gatekeeper

Yeah it does, But i never have seen a "program" is damaged message with Gatekeeper. Its worth checking it out though, could save you Some time.


RE: “Kodi” is damaged and can’t be opened. You should move it to the Trash - topsmith - 2016-10-02

Walt74-

I have this same issue. The fresh reinstall still has it that Kodi is damaged. I have deleted the Kodi file in application support. Kodi did work when it was first installed. Now i can not get it back to work. Is there something else I can do?


RE: “Kodi” is damaged and can’t be opened. You should move it to the Trash - crooks47 - 2016-10-03

I have the same issues. Now when I try to download, it won't even do that. How to resolve this ?


“Kodi” is damaged and can’t be opened. You should move it to the Trash - Memphiz - 2016-10-03

are you guys living in the same area by any chance? maybe the mirror server near you is broken ...


RE: “Kodi” is damaged and can’t be opened. You should move it to the Trash - Martijn - 2016-10-03

To see please follow this link and give top3 mirror location names as we might figure out the common one
http://mirrors.kodi.tv/releases/osx/x86_64/kodi-16.1-Jarvis-x86_64.dmg?mirrorlist


RE: “Kodi” is damaged and can’t be opened. You should move it to the Trash - topsmith - 2016-10-08

Does this help?

Image


RE: “Kodi” is damaged and can’t be opened. You should move it to the Trash - topsmith - 2016-10-08

I tried to re install again. Still same issue.

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


RE: “Kodi” is damaged and can’t be opened. You should move it to the Trash - Waltman - 2016-10-08

(2016-10-08, 03:13)topsmith Wrote: I tried to re install again. Still same issue.

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

Did you remove the kodi app and also remove the kodi folder from application support ? and did you reboot (guessing around here)


RE: “Kodi” is damaged and can’t be opened. You should move it to the Trash - s_k_ - 2016-10-08

I've had the same issue.
The problem for me was was, that I signed the application a few months ago (as described HERE) to suppress those "do you want to accept incoming connections"-dialogs.
When you now replace Kodi with the the "stock version" it is signed by Kodi's developers, but the system still assumes that it should be signed with the "custom signature".
This mismatch causes the error.

I have not figured out yet how to make the system accept the standard signature again.
To be able to launch a newly replaced Kodi app, just sign it again:
Code:
codesign -s <your_id> -f --deep /Applications/Kodi.app/

Hope that helps!
Sebastian