Open haoyue0603 opened 9 months ago
A re-compilation on Sonoma may fix it.
A re-compilation on Sonoma may fix it.
Using Sonoma 14.5 (M1Pro), I compile and install by:
gh repo clone TomHeaven/HoRNDIS -- --recurse-submodules
cd HoRNDIS
xcodebuild
cd ./build/Release
sudo cp -r -f HoRNDIS.kext /Library/Extensions/
sudo kextcache -update-volume
# (reboot)
sudo kmutil load -p /Library/Extensions/HoRNDIS.kext
The last command produces exactly the same error message as @haoyue0603 ‘s.
Though I'm not familiar with Xcode, I changed General/Deployment Info/Deployment Target
to 14.5
and it didn't work either.
Am I doing something wrong?
This one works for me: https://drive.google.com/file/d/1XXeJ28Vf9uae97dO9PLAM4CF8ltN1ELS from https://www.youtube.com/watch?v=zlhc1V01EK4
Not sure if it's secure though.