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:
    6
    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:
    6,794
    Likes Received:
    2,968
    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:
    6
    Likes Received:
    1
    Yes, I've tried many times but "open anyway" doesn't show.
     
  5. clone

    clone Audiosexual

    Joined:
    Feb 5, 2021
    Messages:
    6,794
    Likes Received:
    2,968
    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:
    6
    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:
    6,794
    Likes Received:
    2,968
    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
Best way to digitally replicate the Optigan/Orchestron's low-fi sound? how to make "that" sound Friday at 7:53 PM
Subscriptions | Studio One+ Pro | Slate Digital | Output | Protools | Antares | Sonarworks Selling / Buying Jun 26, 2024
Digital Fishphones - The Fish Fillets Software Jun 22, 2024
Bandcamp or CD Baby for Digital Release - Thoughts? Our Music May 29, 2024
Loading...