@Cauthon : I was now able to use the other iPad with 9.3.5 version installed in it. I tried running the Safari Launcher app on the iPad & was able to successfully launch it on the device.
But then, I tried to run a program from Xcode on the device & got the following error on the Xcode console.
Traceback (most recent call last):
File "test.py", line 17, in
self.driver = webdriver.Remote('http://localhost:4723/wd/hub', desired_caps)
File "build/bdist.macosx-10.10-intel/egg/appium/webdriver/webdriver.py", line 35, in init
File "/usr/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 73, in init
self.start_session(desired_capabilities, browser_profile)
File "/usr/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 121, in start_session
'desiredCapabilities': desired_capabilities,
File "/usr/local/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 172, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 164, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: u'An unknown server-side error occurred while processing the command. Original error: Command failed: ideviceinstaller -u bcaf***************************************************** -i /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-ios-driver/build/SafariLauncher/SafariLauncher.app\n'
Program ended with exit code: 1
Can you please help me with this?