Search code examples
iosiphoneautomationappiumxcode6.1

Instrument crash at startup appium


Instrument crashed at startup while run Appium tool.

Am trying to run appium tool for testing apps. While starting appium server i finished all setting right way. When appium running the app will start at time but suddently it get crash.

Yes.Am using Xcode 6.0 and Appium 1.3.4


Solution

  • Make sure the .app file you are using is build for simulator if you are running appium for simulator and a different build i.e the build for device if you want to run it into real device....This is one of the cause which causes the instruments to crash at start up.