Skip to content

Instantly share code, notes, and snippets.

@yunustek
Created October 15, 2018 06:33
Show Gist options
  • Save yunustek/fe9a4ede6f6b0873b87fd96fffb1e724 to your computer and use it in GitHub Desktop.
Save yunustek/fe9a4ede6f6b0873b87fd96fffb1e724 to your computer and use it in GitHub Desktop.
Install Appium
Install Appium
1. brew install node
2. npm install
3. npm install -g appium
4. npm install -g appium-doctor
5. npm install wd
6. brew install libimobiledevice --HEAD
7. brew install ideviceinstaller
8. npm install -g ios-deploy
9. sudo gem install xcpretty
Install Carthage
1. brew install carthage
2. npm i -g webpack
3. ./Scripts/bootstrap.sh -d
Create WebDriverAgent
mkdir -p /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/Resources/WebDriverAgent.bundle
Open and Build WebDriverAgent :
/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment