Mac OS X Intel x64 latest stable daily build says it's damaged.
Moderator: ScummVM Team
-
- Posts: 14
- Joined: Wed Aug 09, 2017 2:55 pm
Mac OS X Intel x64 latest stable daily build says it's damaged.
I downloaded the latest Mac OS X stable daily build & when I tried to run it, it says it's damaged. I downloaded it again, tried to run it & again says it's damaged. But when I downloaded the official release, it worked fine. So what's wrong with the Mac OS X Intel64 daily build ports of ScummVM
Re: Mac OS X Intel x64 latest stable daily build says it's damaged.
I can confirm the issue. It seems that there is an issue with the code signing of the Sparkle bundle included in the ScummVM application (to manage updates).
We recently migrated to using Sparkle 2, so this is probably related. But we will need to investigate further why signing the new bundle seems to fail for daily builds while it works (at least for me when I do it locally).
In the meantime you can re-sign the bundle locally after download, which should fix the issue. This can be done in a Terminal with the following command (you may need to use the full path to ScummVM.app, which can be added by dragging and dropping the ScummVM.app from the Finder to the Terminal window):
We recently migrated to using Sparkle 2, so this is probably related. But we will need to investigate further why signing the new bundle seems to fail for daily builds while it works (at least for me when I do it locally).
In the meantime you can re-sign the bundle locally after download, which should fix the issue. This can be done in a Terminal with the following command (you may need to use the full path to ScummVM.app, which can be added by dragging and dropping the ScummVM.app from the Finder to the Terminal window):
Code: Select all
codesign -s - --deep --force ScummVM.app
Re: Mac OS X Intel x64 latest stable daily build says it's damaged.
Also please do not make several posts on the same topic (I deleted your other post).
-
- Posts: 14
- Joined: Wed Aug 09, 2017 2:55 pm
Re: Mac OS X Intel x64 latest stable daily build says it's damaged.
Edit: Fixed it. Mac has trust issues on the new daily builds starting with the current one. I had to manually tell it to trust the daily build. Now it works.