How to solve the error while connecting real iOS device with Appium server

0 votes

Hi…I’m opening an Application through Appium Server but I’m getting the error:

An unknown server-side error occurred while processing the command. Original error: Unknown device or simulator UDID: '046e4469d6cb14ff57e378599bd4b1d09390472b'

 {

  "platformName": "iOS",

  "deviceName": "iPad",

  "automationName": "XCUITest",

  "udid": "046e4469d6cb14ff57e378599bd4b1d09390472b",

  "bundleId": "com.***",

  "platformVersion": "11.2.6",

  "app": "/Users/***/***.ipa"

}

Jun 20, 2018 in Selenium by Martin
• 4,320 points
2,275 views

2 answers to this question.

0 votes

Use the below configuration which will solve your problem:

{

 “platformName”: “iOS”,

 “platformVersion”: “10.2.1",

 “deviceName”: “------”,

 “udid”: “fdbe0d55ced1fd6fa842681b6a058438573fb762",

 “app”: “/Users/----/---/---/---.ipa”,

 “automationName”: “XCUITest”

}

Based on app path, it will find the app to be loaded, also you have to provide the iOS version(XCode ios simulator version for simulator/ device OS version for device).

answered Jun 20, 2018 by Samarpit
• 5,910 points
0 votes
Run Command 'ideviceinstaller in Terminal and found your device attached .

Set the Path into your Test Case Class in your project.

and again run the program.
answered May 14, 2019 by Siddharth

Related Questions In Selenium

0 votes
1 answer

How to handle the popup of file upload in Windows OS with WebDriver?

The value of name locator has probably ...READ MORE

answered Apr 25, 2018 in Selenium by king_kenny
• 3,710 points
17,861 views
0 votes
1 answer

How to automate the Instagram search bar with selenium

Hi, please don't search by any placeholder ...READ MORE

answered Mar 9, 2019 in Selenium by Surya
• 970 points
5,611 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,619 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,572 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,629 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
7,519 views
0 votes
1 answer

How to eliminate this error”Cannot instantiate the type Select in selenium webdriver”

Try below code. Select sc = new Select(driver.findElement(By.xpath("your ...READ MORE

answered May 18, 2018 in Selenium by Samarpit
• 5,910 points
9,546 views
0 votes
1 answer

How to resolve Pycharm Referenced Error with Import Selenium Web driver?

Below will help: Pycharm > Preferences > Project ...READ MORE

answered Jun 26, 2018 in Selenium by Samarpit
• 5,910 points
8,986 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP