Appium Installation and Configuration under Mac OS
System Requirements:- macOS 10.11 or higher Latest version of Xcode or Xcode command line. Brew. Introduction: iOS 9.3 and below use Automation as its technology and iOS 9.3 onwards XCUITest is used. In iOS 10.0 Automation was abandoned. So note Appium is configured differently with iOS9.3 and below than in iOS10.0. So noting's here are on how Appium is installed and configured in and after iOS10.0. It is highly recommended that softwares be installed with Homebrew. Using software installed on Homebrew, the sudo command is not needed. Listed below are the steps... Installing Homebrew Open the terminal, copy and run the following; /usr/bin/ruby -e " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install ) " Use of Homebrew is to simply install a software. For example : brew install #<package name> If Homebrew( or brew) prompts that the Xcode version is low, you need to install the latest version of Xcode and proceed again. You can sav...