How to install and configuration automation on Mac OS
Install Xcode app store of Mac OS

Install brew by Open Terminal fill in
Enter the command in the terminal.
1) ruby -e “$(curl –fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"Install Appium using Node by Open Terminal fill in
Enter the command in the terminal.
1) brew install node
2) sudo npm install -g appium --unsafe-perm=true --allow-root
3) sudo npm install wdStart Appium (check if the appium service has started, check with the below command & the socket needs to be in Listening mode.) by Open Terminal fill in
Enter the command in the terminal.
1) appium &Set path for Xcodebuild by Open Terminal fill in
Enter the command in the terminal.
1) sudo xcode-select –s /Applications/Xcode.app/Contents/Developer/Install tools by Open Terminal fill in Set Permission folder
Enter the command in the terminal.
1) cd /usr/local/lib/node_modules/
2) open .
3) Right click Folder “node_modules” to click “Get info”
Set Sharing & Permissions You have customer account All is Read & Write and click this icon display popup message Input Password and Display info folder According to this


Enter the command in the terminal.
1) brew install ideviceinstaller
2) brew install carthage or brew reinstall carthage
3) npm install -g ios-deploy
4) npm install -g deviceconsole
5) sudo gem install xcpretty
6) brew install libimobiledevice –-HEADCheck Appium for iOS by Open Terminal fill in
Enter the command in the terminal.
1) npm install –g appium-doctor or npm install appium-doctor –g
2) appium-doctor --iosConfiguration for iPhone Check connect iPhone of Mac OS


Set appium by Open Terminal fill in
Enter the command in the terminal.
1) cd /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/
2) ./Scripts/bootstrap.sh -d
3) open -a Xcode WebDriverAgent.xcodeprojSet appium GUI


Set Xcode for build iPhone (set iPhone for run automated via Appium)










Select WebDriverAgentLib > iPhone (name device) and test Build success
(Optional) Build failed or run on appium error xcode
1) Open File WebDriverAgent.xcodeproj
— — — — — — — — — — -> END < — — — — — — — — — —
