Open MichaelChidiac opened 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"'
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 :)
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:
Now when I run the application and I try to click on "Install Dext" I get "XoneDB4Driver has experienced an error during deactivation".
Do you have any idea how to fix this? Thank you!