Error: Could not initialize ideviceinstaller; make sure it is installed and works on your system

@menypeled

Please try below steps and see what happens.

Just a workaround for those who need it when facing same issue.

  1. Open terminal from your Mac and enter the command:
    printf “%s\n” $PATH
    –>The purpose is to print the current setting for you Mac’s path

  2. Get the value from the Terminal out put. In my case was:
    /usr/local/bin:/usr/bin:/usr/sbin:/sbin

  3. Right click on the execution.java file in Eclipse then choose [Run Configuration]

  4. Click to tab [Environment] then click on [New]

    • Name: PATH
    • Value: /usr/local/bin:/usr/bin:/usr/sbin:/sbin
  5. Apply then run