New Xcode breaks iOS Emulator initiation

Here are the steps to re-config your Appium (Mac app/Windows EXE) client point to latest Appium version 1.4.11.

  1. Clone this Appium git to your local git clone https://github.com/appium/appium.git
  2. Once the download is complete, Run reset.sh
  3. Open Appium Client
  4. Select “Developer settings” and enable it.
  5. Select Use External NodeJS Binary to “Your local node bin folder path”
  6. Select Use External Appium Package to “Your Appium Local clone folder path”
  7. Start the Appium Server.

You should see the latest version of Appium on the client like below

info: Welcome to Appium v1.4.11 (REV 460994a14dfb20b2d55ff14b99c0d31f6af5a9e2)
info: Appium REST http interface listener started on 0.0.0.0:4723

Happy Appium!

3 Likes