Unable to start appium ( 1.6.1 beta ) in iPad "Error: Command 'idevicedate -u ... exited with code 255:"

iOS : JAVA : Eclipse : Appium 1.6.1 beta :Unable to start WebDriverAgent: Error: Command ‘idevicedate -u 8fxxxxxxxxxx4a2aa6154cf29bd79ac6cd93686c’ exited with code 255

I am running appium for iOS using iPad 9.3.3 using JAVA in ECLIPSE.

Just now I updated to appium 1.6.1 beta and tried running the code which was running OK with 1.6.0.
But I am getting the below error.

“Unable to start WebDriverAgent: Error: Command ‘idevicedate -u 8fxxxxxxxxxx4a2aa6154cf29bd79ac6cd93686c’ exited with code 255”

unable to proceed. I tried updating libimobiledevice,but still no help.

Please help.

Below are the logs:

Starting Appium
[Appium] Welcome to Appium v1.6.1-beta
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> GET /wd/hub/status {}
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: []
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {“build”:{“version”:“1.6.1-beta”,“revision”:null}}
_[HTTP] <-- GET /wd/hub/status 200 19 ms - 88 _
Appium server started http://0.0.0.0:4723/wd/hub
[HTTP] --> POST /wd/hub/session {“desiredCapabilities”:{“app”:"/Users/kiruba-3665/Library/Developer/Xcode/DerivedData/zohoform-apfvajhhubdtpddzzgymxvssgkev/Build/Products/Release-iphoneos/Zoho Forms.app",“noReset”:true,“version”:"",“deviceName”:“Zoho forms testing iPad”,“fullReset”:false,“platform”:“iOS”,“realDeviceLogger”:"/usr/local/lib/node_modules/deviceconsole/deviceconsole",“platformVersion”:“9.3.3”,“automationName”:“XCUITest”,“locationContextEnabled”:true,“browserName”:"",“coreSimulator”:"/Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework",“udid”:“8faa9215c8314a2aa6154cf29bd79ac6cd93686c”,“platformName”:“iOS”}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{“app”:"/Users/kiruba-3665/Library/Developer/Xcode/DerivedData/zohoform-apfvajhhubdtpddzzgymxvssgkev/Build/Products/Release-iphoneos/Zoho Forms.app",“noReset”:true,“version”:"",“deviceName”:“Zoho forms testing iPad”,“fullReset”:false,“platform”:“iOS”,“realDeviceLogger”:"/usr/local/lib/node_modules/deviceconsole/deviceconsole",“platformVersion”:“9.3.3”,“automationName”:“XCUITest”,“locationContextEnabled”:true,“browserName”:"",“coreSimulator”:"/Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework",“udid”:“8faa9215c8314a2aa6154cf29bd79ac6cd93686c”,“platformName”:“iOS”},null,null,null,null]
[Appium] Creating new XCUITestDriver session
[Appium] Capabilities:
[Appium] app: ‘/Users/kiruba-3665/Library/Developer/Xcode/DerivedData/zohoform-apfvajhhubdtpddzzgymxvssgkev/Build/Products/Release-iphoneos/Zoho Forms.app’
[Appium] noReset: true
[Appium] version: ‘’
[Appium] deviceName: ‘Zoho forms testing iPad’
[Appium] fullReset: false
[Appium] platform: ‘iOS’
[Appium] realDeviceLogger: ‘/usr/local/lib/node_modules/deviceconsole/deviceconsole’
[Appium] platformVersion: ‘9.3.3’
[Appium] automationName: ‘XCUITest’
[Appium] locationContextEnabled: true
[Appium] browserName: ‘’
[Appium] coreSimulator: ‘/Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework’
[Appium] udid: ‘8faa9215c8314a2aa6154cf29bd79ac6cd93686c’
[Appium] platformName: ‘iOS’
[debug] [XCUITest] XCUITestDriver version: 2.4.3
[BaseDriver] The following capabilities were provided, but are not recognized by appium: version, platform, locationContextEnabled, coreSimulator.
[BaseDriver] Session created with session id: d93b29e1-e97d-4dac-ad8e-d44601cc0d1f
[debug] [XCUITest] Xcode version set to ‘7.3’
[debug] [XCUITest] iOS SDK Version set to ‘9.3’
[debug] [XCUITest] Available devices: 8faa9215c8314a2aa6154cf29bd79ac6cd93686c
[debug] [XCUITest] Creating iDevice object with udid 8faa9215c8314a2aa6154cf29bd79ac6cd93686c
[XCUITest] Determining device to run tests on: udid: ‘8faa9215c8314a2aa6154cf29bd79ac6cd93686c’, real device: true
[BaseDriver] Using local app ‘/Users/kiruba-3665/Library/Developer/Xcode/DerivedData/zohoform-apfvajhhubdtpddzzgymxvssgkev/Build/Products/Release-iphoneos/Zoho Forms.app’
[debug] [XCUITest] Checking whether app ‘/Users/kiruba-3665/Library/Developer/Xcode/DerivedData/zohoform-apfvajhhubdtpddzzgymxvssgkev/Build/Products/Release-iphoneos/Zoho Forms.app’ is actually present
[debug] [XCUITest] App is present
[debug] [ios-app-utils] Getting bundle ID from app ‘/Users/kiruba-3665/Library/Developer/Xcode/DerivedData/zohoform-apfvajhhubdtpddzzgymxvssgkev/Build/Products/Release-iphoneos/Zoho Forms.app’: ‘com.zoho.zohoform’
[debug] [iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
[debug] [iOSLog] Found idevicesyslog: ‘/usr/local/bin/idevicesyslog’
[XCUITest] Setting up real device
[debug] [XCUITest] App is already installed.
[debug] [XCUITest] Full reset not requested. No need to install.
[XCUITest] Using WDA path: ‘/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent’
[XCUITest] Using WDA agent: ‘/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj’
[XCUITest] Launching WebDriverAgent on the device
[debug] [XCUITest] Carthage found: /usr/local/bin/carthage
[debug] [XCUITest] Killing hanging processes
[debug] [XCUITest] Using real device logger ‘/usr/local/lib/node_modules/deviceconsole/deviceconsole’
[debug] [XCUITest] Beginning test with command ‘xcodebuild build test -project /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=8fxxxxxxxxxx4a2aa6154cf29bd79ac6cd93686c -configuration Debug’ in directory ‘/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent’
[XCUITest] Unable to start WebDriverAgent: Error: Command ‘idevicedate -u 8fxxxxxxxxxx4a2aa6154cf29bd79ac6cd93686c’ exited with code 255
[XCUITest] Unable to start WebDriverAgent: Error: Command ‘idevicedate -u 8faa9215c8314a2aa6154cf29bd79ac6cd93686c’ exited with code 255
[XCUITest] Shutting down sub-processes
[debug] [XCUITest] Reset not set, continuing
[debug] [iOSLog] Stopping iOS log capture
[MJSONWP] Encountered internal error running command: undefined
[HTTP] <-- POST /wd/hub/session 500 1937 ms - 262

how did you overcome this one?

I guess I
1.unlike and uninstalled libimobiledevice , ideviceinstaller
2.then install them again
3.Link them again

You try them in Appium 1.6.3