Wouter1 / EMU-driver

OSX Kernel extension for Creative Labs EMU driver
189 stars 30 forks source link

Build on XCode 11 #122

Open Wouter1 opened 4 years ago

Wouter1 commented 4 years ago

The code does not build on XCode 11.

I get an error that build sdk macos 10.11 can not be found.

Wouter1 commented 4 years ago

This error seems to be coming fro the Architecture setting, Base SDK can now be set only to MacOS (plus some other platforms like IOS, WatchOS).

Wouter1 commented 4 years ago

If I set it to MacOS, I get 5 new issues about missing include files from IOKit/usb

Wouter1 commented 4 years ago

In IOUSBHostDevice.h I read

IOUSBHostDevice serves as a replacement for IOUSBDevice

Seems we have the same story again as few years ago... Apple changing the interfaces and breaking everything.