We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The code does not build on XCode 11.
I get an error that build sdk macos 10.11 can not be found.
The text was updated successfully, but these errors were encountered:
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).
Sorry, something went wrong.
If I set it to MacOS, I get 5 new issues about missing include files from IOKit/usb
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.
No branches or pull requests
The code does not build on XCode 11.
I get an error that build sdk macos 10.11 can not be found.
The text was updated successfully, but these errors were encountered: