EMU-driver icon indicating copy to clipboard operation
EMU-driver copied to clipboard

Build on XCode 11

Open Wouter1 opened this issue 5 years ago • 3 comments

The code does not build on XCode 11.

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

Wouter1 avatar Sep 28 '19 14:09 Wouter1

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 avatar Sep 28 '19 14:09 Wouter1

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

Wouter1 avatar Sep 28 '19 14:09 Wouter1

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.

Wouter1 avatar Sep 28 '19 15:09 Wouter1