Digital Signature Is Not Trusted

Discussion in 'Mac / Hackintosh' started by TopShelf_JamRock, Oct 8, 2023.

  1. TopShelf_JamRock

    TopShelf_JamRock Newbie

    Joined:
    Oct 2, 2023
    Messages:
    7
    Likes Received:
    1
    Hey Guys,

    I hope everyones doing well! Im trying to run a installer and keep getting this message im sure you guys have seen before
    "CineBrass Twelve Horn Ensemble Installer Mac.pkg can’t be installed because its digital signature is not trusted."

    I thought I was done having these issues due to my recent success with a few other problem installations using "Permission Reset" & "Code Signer" but it turns out I have yet to find the perfect elixir for these issues.. Hoping someone out there knows what I can do to get around this for good.

    Im on M1 Monterey.
     
  2.  
  3. clone

    clone Audiosexual

    Joined:
    Feb 5, 2021
    Messages:
    10,121
    Likes Received:
    4,379
    did you right click or control+ click it when you try to run the installer? then do open anyway.
     
  4. TopShelf_JamRock

    TopShelf_JamRock Newbie

    Joined:
    Oct 2, 2023
    Messages:
    7
    Likes Received:
    1
    Yes, I've tried many times but "open anyway" doesn't show.
     
  5. clone

    clone Audiosexual

    Joined:
    Feb 5, 2021
    Messages:
    10,121
    Likes Received:
    4,379
    What is the version number of this library that you are trying to install? What version of Xcode do you have installed currently?
     
  6. TopShelf_JamRock

    TopShelf_JamRock Newbie

    Joined:
    Oct 2, 2023
    Messages:
    7
    Likes Received:
    1
    I don't have Xcode installed, I only have permission reset and CodeSigner. The version of this installation is V1.1.

    Ive been away from my laptop for a few days, sorry for my late response
     
  7. clone

    clone Audiosexual

    Joined:
    Feb 5, 2021
    Messages:
    10,121
    Likes Received:
    4,379
    That's ok. You typically need Xcode installed to run Codesign commands in Terminal, so I would expect that Codesigner would not work without it either, I've never tried to. fire up a terminal and paste in this command: xcode-select — install.

    in Terminal, this batch of commands below will codesign every plugin on the machine all at once. It takes a little while, just let it do its thing.

    cd /Library/Audio/Plug-Ins/

    find . -name "*.bundle" -execdir sudo xattr -cr \;
    find . -name "*.VST" -execdir sudo xattr -cr \;
    find . -name "*.vst3" -execdir sudo xattr -cr \;
    find . -name "*.component" -execdir sudo xattr -cr \;
    find . -name "*.dpm" -execdir sudo xattr -cr \;
    find . -name "*.bundle" -execdir sudo codesign -f -s - {} \;
    find . -name "*.VST" -execdir sudo codesign -f -s - {} \;
    find . -name "*.vst3" -execdir sudo codesign -f -s - {} \;
    find . -name "*.component" -execdir sudo codesign -f -s - {} \;
    find . -name "*.dpm" -execdir sudo codesign -f -s - {} \;
     
    • Like Like x 2
    • Winner Winner x 1
    • List
Loading...
Similar Threads - Digital Signature Trusted Forum Date
Boz Digital - Signature Series Compressor Software News Nov 11, 2014
Selling: MOTU | Acon Digital | Presonus/Fender | Image-Line | Neuratron Selling / Buying Feb 13, 2026
Acon DIgital Limit FREE (limited time) Software News Feb 12, 2026
Digital Audio Production Encyclopedia Education Jan 16, 2026
Virtual Mix Rack and others from Slate Digital are not being recognized on my DAWs Software Dec 22, 2025
Loading...