Add framework IOKit
-
wrote on 13 Jan 2019, 01:05 last edited by Albert Huert
How can I add IOKit to my project? I need to get the list of connected USB devices. Is there an example where this frameWork is used? I am using MacOS high Sierra and I have the xCode 9.4.1 version. Thanks
-
Hi,
Add
LIBS += -framework IOKit
to be able to use the framework.What kind of example do you have in mind ?
-
wrote on 19 Jan 2019, 04:43 last edited by
Hi,
Some example that shows how to get the list of USB devices connected to the computer. As the list that shows "System report-> USB-> USB device tree" on mac.
Thanks for helping.
1/3