xCode 8, iOS 10 not working with the beta version of appium 1.6.0
See original GitHub issueMy 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:
- Created 7 years ago
- Comments:86 (25 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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 …
@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.