question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

xCode 8, iOS 10 not working with the beta version of appium 1.6.0

See original GitHub issue

My Caps:

    caps = {
      'platformName' => 'iOS',
      'platformVersion' => '10.0',
      'app' => '/Users/x/Downloads/artifacts/app/ios/emulator/my.app',
      'deviceName' => 'iPhone 6',
      'sendKeyStrategy' => 'setValue',
      'autoWebview' => 'true',
      'fullReset' => 'true',
      'automationName' => 'XCUITest'
    }

using appium_lib ruby gem

I have upgraded to Xcode 8 (not the beta version the main release).

I am getting the following error:

Failure/Error: if e = error()

  Selenium::WebDriver::Error::UnknownError:
    An unknown server-side error occurred while processing the command. Original error: Command '/bin/bash Scripts/bootstrap.sh -d' exited with code 1

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:86 (25 by maintainers)

github_iconTop GitHub Comments

1reaction
phoebusliangcommented, Oct 14, 2016

@mohanngs It’s introduced by Apple, and the UI Automation has been deprecated Appium used before. U saw elements in ARC as UIAButton or something else, but now we replace the UI Automation and we’ll see elements as XCUIElementTypeButton …

1reaction
SrinivasanTargetcommented, Oct 13, 2016

@vishwathma Don’t flood old issues with any other issue. Please log a new issue and link your logs inform of gists. We will definitely look into this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to use Appium Inspector with 1.6.0, Xcode 8, iOS 10 ...
Currently, appium 1.6 is not available in GUI to inspect the elements, but there is workaround you can get the elements. Try this...
Read more >
xCode 8 / iOS 10 / 1.6.0-beta1: Simulator rebooting - FIXED
hi all, share solution to start work appium with latest xcode 8.0 and simulator 10.0 that worked for me. 1) install xCode 8.0...
Read more >
iPhone 10.0.2, appiun 1.6.0 with Xcode 8, Mac 10.12 - Support
Hi All,. Xcode : Xcode-beta 8 iOS version in MAC mini: 10.12 (macOS Sierra) Appium: installed using npm install -g appium@beta
Read more >
Appium 1.6.0 Released - News
And a good thing too: with iOS 10 / Xcode 8, Apple has removed the older UIAutomation framework, which powered Appium's iOS automation...
Read more >
Xcodebuild failed with code 65 (WARNING: The server did not ...
Xcode version : 8 appium version: 1.6 beta. IOS real device updated to 10.0.2. IOS App ( Real Devices) unexpected exit, operation never ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found