Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

IOS INSTALLATION

Requirements: What You Will Need

1. Mac OS X 10.8.5
Appium is more stable on this version of OS, but also works on latest Mac OS X
versions
2. Xcode (latest version) with all downloaded simulators
3. Appium (latest version)
4. Android SDK with all downloaded android emulators with API 17 and higher
5. Eclipse IDE
6. Selenium JAR file
7. Android File Transfer application from Mac OS

Xcode
Download Xcode (latest version) from Apple App Store. You don’t need a
developer account to do that.
After installing Xcode download all its simulators:
1. Open Xcode program
2. Click on “Xcode” button at top left side of the screen
3. Click the “Preferences…” button
4. Download all simulators from “Downloads” window that will appear
5. Also download “Command Line Tools”, otherwise Appium will not work

Android SDK
Download Android SDK from http://developer.android.com/
Go to Develop => Tools => Download => Download ADT for Mac OS X.
Install the ADT to Application folder. Install all emulators with SDK 17+
1. Open the ADT folder from Finder
2. Open “eclipse” folder
3. Open the “Eclipse.app” program
4. Click the “Window” button from top bar
5. Click the “Android SDK Manager” button
6. Check all API’s 17+ and the “Tools” and “Extras” folders and install them
7. Add ANDROID_HOME and JAVA_HOME by entering in terminal:

launchctl (and press the Return button)


setenv ANDROID_HOME /Application/adt-bundle-/sdk (and press the Return
button) (path to SDK folder)
launchctl (and press the Return button)
setenv JAVA_HOME /System/Library/Frameworks/JavaVM.framework/Home
(and press the Return button)
For downloading appium
 Go to THIS PAGE.http://appium.io/downloads.html

You might also like