To install Homebrew on your machine, follow the following instructions:
Install Homebrew by running the following command:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"Install Homebrew Modules
Run the following commands on Terminal. Each command should be run after the command before it has completed successfully without any errors.
brew updatebrew uninstall --ignore-dependencies libimobiledevicebrew uninstall --ignore-dependencies usbmuxdbrew uninstall --ignore-dependencies ideviceinstallerbrew install --HEAD usbmuxdbrew unlink usbmuxdbrew link usbmuxdbrew install --HEAD libimobiledevicebrew link --overwrite libimobiledevicebrew install ideviceinstallerbrew link --overwrite ideviceinstallerbrew install mobiledevicebrew install ios-deploybrew install ios-webkit-debug-proxybrew install libzipexport LDFLAGS="-L/usr/local/opt/openssl/lib"export CPPFLAGS="-I/usr/local/opt/openssl/include"export PATH=/usr/local/opt/openssl/bin:$PATHexport LD_LIBRARY_PATH=/usr/local/opt/openssl/lib:$LD_LIBRARY_PATHexport CPATH=/usr/local/opt/openssl/include:$CPATHexport LIBRARY_PATH=/usr/local/opt/openssl/lib:$LIBRARY_PATHexport PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfigbrew install carthageInstall iOS real device testing dependencies
cd ~/robustest/tools/node/lib/node_modules/appium/node_modules/appium-webdriveragent./Scripts/bootstrap.sh