Here I have displayed the procedure for the complete installation of Appium in mac for real device iOS automation. I have given the steps for Command line tool installation and GUI installation of appium in mac.
Command Line Tool Installation of Appium in MAC
Step 1 : Install java JDK:
-- > Download Link here : http://www.oracle.com/ technetwork/java/javase/ downloads/jdk8-downloads- 2133151.html
Step 2 : Install Android Studio:
--> Download Link here: https://developer. android.com/studio/index.html
Scroll till last and find the software as below:
android-studio-ide-173. 4819257-mac.dmg
Step 3 : Install Home brew
--> In Terminal install brew:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/ Homebrew/install/master/ install)"
Step 4 : Install Node.js
--> install node.js:
Step 5 : Install npm
--> In Terminal install npm:
brew update
brew install node
npm install -g npm