Monday 18 May 2015

Appium Set Mac System Variables



Go to  terminal 
 - touch ~/.bash_profile
~/.bash_profile

Set the Java and Android SDK paths
Add the following paths into the file:

- export JAVA_HOME=path/to/the/java/home
- export ANDROID_HOME=path/to/the/android/sdk
- export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools

Monday 11 May 2015

simulator list


 >  xcrun simctl list  


Appium Problem

If you get below error message :

 info: [debug] Error: Could not find a device to launch. You requested 'iPhone 6 (0249BE06-CD62-4873-ABBD-10849C84C13D) (8.1 Simulator)', but the available devices were: ["iPhone 6 (8.1 Simulator) [0249BE06-CD62-4873-ABBD-10849C84C13D]"]

Solution :

Appium GUI from in list "'iPhone 6 (0249BE06-CD62-4873-ABBD-10849C84C13D) (8.1 Simulator)" remove all text except "iPhone 6" and try again.