mischa85 / snd-xonedb4

Driver for the Allen & Heath Xone:DB4
14 stars 2 forks source link

Problem running drivers #6

Open MichaelChidiac opened 2 months ago

MichaelChidiac commented 2 months ago

Hello,

I got an issue trying to run the compiled code. First of all, I had to build using the following command for the compilation to succeed:

xcodebuild -configuration Release CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO

Now when I run the application and I try to click on "Install Dext" I get "XoneDB4Driver has experienced an error during deactivation".

image

Do you have any idea how to fix this? Thank you!

mischa85 commented 2 months ago

Hi there,

You won't get around signing the binary, that's what the codesign.sh script is for which gets called in the Makefile. Most likely the error is related to the lack of signing, but to check:

log stream --predicate 'sender == "sc.hackerman.xonedb4driver.dext"' --predicate 'sender == "XoneDB4App"'

MichaelChidiac commented 2 months ago

It seems like I can't get the proper logs:

2024-08-28 09:00:22.924313-0400 0x10704    Default     0x28580              5224   0    XoneDB4App: system extension didFailWithError: <private>

But yes, I kept trying around and noticed the codesign.sh was failing. I don't have any signing certificate in my keychain and I'm not completely sure how to get one.

Your help is greatly appreciated :)