Created
November 17, 2019 17:46
-
-
Save brandonros/d992a1836671e4e43cad0943aeefca91 to your computer and use it in GitHub Desktop.
How to compile libusb in XCode for iPhoneOS 13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See comment/image/screenshot. |
Author
brandonros
commented
Nov 17, 2019
I used https://github.com/guoxuzan/IOKit/tree/master/IOKit/Headers but I had to change a few minor lines from #include "foo.h"
to #include <foo.h>
Also, IOKit.framework
came from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment