This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
3 / 3
Dec 2018

App crashes when opened on IOS simulator through script and Appium
Need help to solve this issue.
getting below log on appium sever
[XCUITest] Sending createSession command to WDA
[JSONWP Proxy] Proxying [POST /session] to [POST http://localhost:8100/session] with body: {“desiredCapabilities”:{“bundleId”:“com.attitudetech.PawTrails”,“arguments”:[],“environment”:{},“shouldWaitForQuiescence”:true,“shouldUseTestManagerForVisibilityDetection”:false,“maxTypingFrequency”:60,“shouldUseSingletonTestManager”:true}}

  • created

    Jul '18
  • last reply

    Dec '18
  • 2

    replies

  • 233

    views

  • 2

    users

  • 2

    links

You don’t give enough details or a log, but probably you are trying to use an .ipa file on a simulator. iOS device uses ARM architecture, so the developer will need to recompile for x86 (Simulator Build) to run on iOS Simulator. Here’s a good article on how to get that done:

4 months later

Hi,
Thanks for the reply. It is sorted out now. And yes the developer had to make some change in the architecture.