HID Explorer is a very handy example app that Apple put out to illustrate how to write programs that use HID Manager/HID Utilities to get data from human interface devices. Unfortinately, they have not maintained the project really since they put it out years ago, and so there are a couple of minor things you have to change in order to build it.
First off, the package comes with binaries, so you should remove those, especially if you are building on an Intel Mac. In particular, the HID.bundle. Next, you’ll need to put the HID Utilities source in the same folder, uncompress it, and build it.
Then lastly, you’ll need to upgrade the xcode project file. Run the current one, let it convert it, then save it. Close XCode, and open HID Explorer.xcodeproj/project.pbxproj with a text editor. Do a global search and replace, replacing “../HID Utilities Source/build” with “../HID Utilities Source/build/Development”. Also, I deleted all references to the /Volumes/GeoWar… thing.
Then everything built fine, with one warning, and I could use HID Explorer.