-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error IO80211Family #22
Comments
@Weddin maybe you can help ? |
I'm trying to compile on macOS Catalina 10.15.2 with Xcode 11.3. # kextlibs -undef-symbols IntelWifi.kext For x86_64: Cleaning it up with c++filt shows I've tried installing the 10.12 SDK, and setting the SDK Root and Development target to 10.12 appropriately. Whilst it will compile the kext won't load either when linking to the kernel (which I why I amended to use 10.15...) I cannot figure out what's missing so that the missing symbols will resolve Let me know if I can help further.... P.S. Other functions resolve successfully into /System/Library/Extensions/IONetworkingFamily.kext (3.4) e.g. |
sudo kextutil IntelWifi.kext
Password:
Kext with invalid signature (-67050) allowed: <OSKext 0x7fc7f0c2e590 [0x7fff87e65090]> { URL = "file:///Users/detrous/ha/IntelWifi/IntelWifi.kext/", ID = "net.rpeshkov.IntelWifi" }
/Users/detrous/ha/IntelWifi/IntelWifi.kext - no compatible dependency found for com.apple.iokit.IO80211Family.
/Users/detrous/ha/IntelWifi/IntelWifi.kext - no compatible dependency found for com.apple.iokit.IO80211Family.
/Users/detrous/ha/IntelWifi/IntelWifi.kext - no compatible dependency found for com.apple.iokit.IO80211Family.
Code Signing Failure: code signature is invalid
Dependency Resolution Failures:
Only incompatible kexts found for these libraries:
com.apple.iokit.IO80211Family
Diagnostics for /Users/detrous/ha/IntelWifi/IntelWifi.kext:
Dependency Resolution Failures:
Only incompatible kexts found for these libraries:
com.apple.iokit.IO80211Family
The text was updated successfully, but these errors were encountered: