The adapter requires ios-webkit-debug-proxy and libimobiledevice to communicate with iOS devices. You must also have the latest version of iTunes installed.
Linux
Follow the installation instructions for ios-webkit-debug-proxy and libimobiledevice.
Windows
You can use scoop to install the required dependencies:
scoop bucket add extras
scoop install ios-webkit-debug-proxy
OSX/Mac
Use Homebrew to install the --HEAD versions of the required tools:
brew update
brew unlink libimobiledevice ios-webkit-debug-proxy usbmuxd
brew uninstall --force libimobiledevice ios-webkit-debug-proxy usbmuxd
brew install --HEAD usbmuxd
brew install --HEAD libimobiledevice
brew install --HEAD ios-webkit-debug-proxy