Page 1 of 1

.bundle file cannot be opened because the developer cannot be verified - SOLVED

Posted: Tue Jul 28, 2020 2:24 am
by finalizer
I reinstalled JW plug-ins but Finale doesn't open unless I delete those files.

Anyone knows how to solve this? --
.
Screen Shot 2020-07-27 at 8.42.21 PM.png
.
MacOS Catalina 10.15.6

Re: .bundle file cannot be opened because the developer cannot be verified

Posted: Tue Jul 28, 2020 2:58 am
by Peter Thomsen
My first guess would be that you should change your settings in the Mac OS System Preferences.
In the System Preferences there is a Control Panel called something like Security, of Safety, or something like that.

Re: .bundle file cannot be opened because the developer cannot be verified

Posted: Tue Jul 28, 2020 3:34 am
by finalizer
Thanks for the suggestion, I checked everything there and didn't find anything dealing with this. Must be something deeper. I also asked Apple community, no response yet

Re: .bundle file cannot be opened because the developer cannot be verified - SOLVED

Posted: Tue Jul 28, 2020 1:28 pm
by David Ward

Re: .bundle file cannot be opened because the developer cannot be verified - SOLVED

Posted: Tue Jul 28, 2020 2:15 pm
by BuonTempi
When you download the plug-ins, the OS adds 'quarantine' meta-data to them, and they won't launch until this is removed.

In the Terminal, type

Code: Select all

xattr -c
(followed by a space). Then drag the plug-in from the Finder into the Terminal window and press return.

To fix all the JW plug-ins, type something like:

Code: Select all

xattr -c /Library/Application\ Support/MakeMusic/Finale\ 26/Plug-ins/JW\ Plug-ins/jw*
(...or whatever the actual path is to your JW plug-ins.)

Re: .bundle file cannot be opened because the developer cannot be verified - SOLVED

Posted: Tue Jul 28, 2020 3:02 pm
by miker
BT, I’ve never seen that. Is it because I’m still on High Sierra?

Re: .bundle file cannot be opened because the developer cannot be verified - SOLVED

Posted: Tue Jul 28, 2020 3:05 pm
by David Ward
BuonTempi wrote:
Tue Jul 28, 2020 2:15 pm
… … …To fix all the JW plug-ins, type something like:

Code: Select all

xattr -c /Library/Application\ Support/MakeMusic/Finale\ 26/Plug-ins/JW\ Plug-ins/jw*
(...or whatever the actual path is to your JW plug-ins.)
What's that final ‘jw*[/code]’? For me the path shows as ‘/Library/Application Support/MakeMusic/Finale 26/Plug-ins/JW plug-ins’ but I think I sort of get how to modify that for Terminal. I don't need this at present, but I suppose I may in the future, so useful to know. (Assuming I've first backed up everything via Carbon Copy Cloner and Time Machine.)

Re: .bundle file cannot be opened because the developer cannot be verified - SOLVED

Posted: Tue Jul 28, 2020 3:50 pm
by BuonTempi
the jw* bit means "every file starting with jw".

Re: .bundle file cannot be opened because the developer cannot be verified - SOLVED

Posted: Wed Jul 29, 2020 6:58 pm
by finalizer
Thanks everyone for your advice!

This site gives a few solutions to this problem:
https://github.com/hashicorp/terraform/issues/23033

This is what worked for me:
.
Screen Shot 2020-07-29 at 2.54.50 PM.png

Re: .bundle file cannot be opened because the developer cannot be verified - SOLVED

Posted: Wed Jul 29, 2020 7:27 pm
by David Ward
finalizer wrote:
Wed Jul 29, 2020 6:58 pm
… … …
This is what worked for me:
.
Screen Shot 2020-07-29 at 2.54.50 PM.png
That does seem easier and safer for someone like me than getting into Terminal, although with 27 JW plug-ins currently installed…

Re: .bundle file cannot be opened because the developer cannot be verified - SOLVED

Posted: Wed Jul 29, 2020 9:23 pm
by miker
I agree with David. Too many chances to screw up in Terminal: an extra space, a reversed slash, etc.!

Thanks for the tip.