Skip to content
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

Build on XCode 11 #122

Open
Wouter1 opened this issue Sep 28, 2019 · 3 comments
Open

Build on XCode 11 #122

Wouter1 opened this issue Sep 28, 2019 · 3 comments

Comments

@Wouter1
Copy link
Owner

Wouter1 commented Sep 28, 2019

The code does not build on XCode 11.

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

@Wouter1
Copy link
Owner Author

Wouter1 commented Sep 28, 2019

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
Copy link
Owner Author

Wouter1 commented Sep 28, 2019

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

@Wouter1
Copy link
Owner Author

Wouter1 commented Sep 28, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant