-
Notifications
You must be signed in to change notification settings - Fork 31
Appium Mac installation
Dipjyoti Metia edited this page Aug 24, 2021
·
2 revisions
Homebrew installs the stuff you need that Apple (or your Linux system) didn’t.
Homebrew installs packages to their own directory and then symlinks their files into /usr/local.
Homebrew complements macOS (or your Linux system).
Install your RubyGems with gem and their dependencies with brew.
Type following command in terminal to install Homebrew
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Install java
brew install --cask adoptopenjdk/openjdk/adoptopenjdk11
Install Command Line Tools if you haven’t already.
Type following command in terminal to install
$ xcode-select --install
Type following command in terminal to set Proper “Xcode” Verison, Required for Build Process.
$ sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
https://krishnachetan.medium.com/setup-appium-on-mac-1e06f1178427