-
Re: IOKit/usb/IOUSBBus.h file not found
eskimo Feb 9, 2017 1:32 AM (in response to frank guo)There have been big changes to the in-kernel USB implementation in recent releases of macOS (between 10.10 and 10.11 IIRC). It’s not my specialty, so I don’t have a lot of specific advice to give here. The general advice for KEXT development is that you should use the tools associated with the lowest macOS release you’re targeting (this is very different from user space development, where we recommend that you always use the latest tools). So, what’s your intended deployment target?
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardwarelet myEmail = "eskimo" + "1" + "@apple.com"
-
Re: IOKit/usb/IOUSBBus.h file not found
neckTwi Jul 20, 2017 9:15 PM (in response to eskimo)I am trying to build https://github.com/jwise/HoRNDIS
-
-
Re: IOKit/usb/IOUSBBus.h file not found
ChicagoTripp Jul 27, 2017 8:42 PM (in response to frank guo)After 10.10 it was removed. That is why you receive that error in El Capitan and Sierra. It is no longer there.
-
Re: IOKit/usb/IOUSBBus.h file not found
ChicagoTripp Jul 27, 2017 8:48 PM (in response to frank guo)Here is a link to see the differences between 10.10 and 10.11:
-
Re: IOKit/usb/IOUSBBus.h file not found
ChicagoTripp Jul 27, 2017 8:51 PM (in response to frank guo)...and here is the difference between 10.11 and 10.12: