Getting error when automating iOS device using appium: Could not initialize ideviceinstaller

A new session could not be created. (Original error: Could not initialize ideviceinstaller; make sure it is installed and works on your system)

os.version: ‘10.11’,

java.version: ‘1.8.0_65’

xcode version: 6.4

@Priyank_Shah @pr4bh4sh

Anyone have the solution to this?

Thanks,
Sanoj

Looks like you don’t have ideviceinstaller installed on your machine.
Install it via brew
brew install libimobiledevice

@pr4bh4sh I already installed ideviceinstaller using “brew install ideviceinstaller”

I will try with “brew install libimobiledevice” and let you know the updates.

Thanks,
Sanoj