Does it support iPhone 6s Real Device Safari browser

Below capabilities are using,

	DesiredCapabilities capabilities = new DesiredCapabilities();
	capabilities.setCapability(MobileCapabilityType.PLATFORM_NAME, "iOS");
	capabilities.setCapability(MobileCapabilityType.DEVICE_NAME, "iPhone"); 
	capabilities.setCapability(MobileCapabilityType.PLATFORM_VERSION, "9.3");
	capabilities.setCapability(MobileCapabilityType.UDID, "my device");   
	capabilities.setCapability(MobileCapabilityType.BROWSER_NAME, "Safari");

Below Appium log:-

Launching Appium with command: ‘/usr/local/bin/node’ appium/build/lib/main.js --session-override --debug-log-spacing --log-timestamp --local-timezone --platform-version “9.3” --platform-name “iOS” --safari --browser-name “Safari” --udid “4a7dd4dedca3b7d0f780e4827b27e91fcfe22f1d” --show-ios-log --device-name “iPhone 6s” --language “en” --locale “en_US” --isolate-sim-device

2016-06-17 13:30:01:914 - [Appium] Welcome to Appium v1.5.3

2016-06-17 13:30:01:916 - [Appium] Non-default server args:

2016-06-17 13:30:01:917 - [Appium] sessionOverride: true
2016-06-17 13:30:01:918 - [Appium] logTimestamp: true
2016-06-17 13:30:01:918 - [Appium] localTimezone: true
2016-06-17 13:30:01:919 - [Appium] safari: true
2016-06-17 13:30:01:919 - [Appium] isolateSimDevice: true
2016-06-17 13:30:01:919 - [Appium] debugLogSpacing: true
2016-06-17 13:30:01:920 - [Appium] platformName: ‘iOS’

2016-06-17 13:30:01:921 - [Appium] platformVersion: ‘9.3’
2016-06-17 13:30:01:921 - [Appium] deviceName: ‘iPhone 6s’
2016-06-17 13:30:01:921 - [Appium] browserName: ‘Safari’
2016-06-17 13:30:01:922 - [Appium] language: ‘en’
2016-06-17 13:30:01:922 - [Appium] locale: ‘en_US’
2016-06-17 13:30:01:923 - [Appium] udid: ‘4a7dd4dedca3b7d0f780e4827b27e91fcfe22f1d’
2016-06-17 13:30:01:923 - [Appium] showIOSLog: true
2016-06-17 13:30:01:924 - [Appium] Deprecated server args:
2016-06-17 13:30:01:924 - [Appium] --platform-name => --default-capabilities ‘{“platformName”:“iOS”}’
2016-06-17 13:30:01:924 - [Appium] --platform-version => --default-capabilities ‘{“platformVersion”:“9.3”}’

2016-06-17 13:30:01:925 - [Appium] --device-name => --default-capabilities ‘{“deviceName”:“iPhone 6s”}’
2016-06-17 13:30:01:925 - [Appium] --browser-name => --default-capabilities ‘{“browserName”:“Safari”}’
2016-06-17 13:30:01:925 - [Appium] --language => --default-capabilities ‘{“language”:“en”}’
2016-06-17 13:30:01:925 - [Appium] --locale => --default-capabilities ‘{“locale”:“en_US”}’
2016-06-17 13:30:01:925 - [Appium] -U,–udid => --default-capabilities ‘{“udid”:“4a7dd4dedca3b7d0f780e4827b27e91fcfe22f1d”}’
2016-06-17 13:30:01:926 - [Appium] --show-ios-log => --default-capabilities ‘{“showIOSLog”:true}’
2016-06-17 13:30:01:926 - [Appium] Default capabilities, which will be added to each request unless overridden by desired capabilities:

2016-06-17 13:30:01:959 - [Appium] platformName: ‘iOS’

2016-06-17 13:30:01:960 - [Appium] platformVersion: ‘9.3’
2016-06-17 13:30:01:960 - [Appium] deviceName: ‘iPhone 6s’
2016-06-17 13:30:01:960 - [Appium] browserName: ‘Safari’
2016-06-17 13:30:01:960 - [Appium] language: ‘en’

2016-06-17 13:30:01:960 - [Appium] locale: ‘en_US’
2016-06-17 13:30:01:961 - [Appium] udid: ‘4a7dd4dedca3b7d0f780e4827b27e91fcfe22f1d’
2016-06-17 13:30:01:961 - [Appium] showIOSLog: true

2016-06-17 13:30:02:008 - [Appium] Appium REST http interface listener started on 0.0.0.0:4723

2016-06-17 13:30:02:368 - [HTTP] --> GET /wd/hub/status {}

2016-06-17 13:30:02:370 - [MJSONWP] Calling AppiumDriver.getStatus() with args: []

2016-06-17 13:30:02:381 - [MJSONWP] Responding to client with driver.getStatus() result: {“build”:{“version”:“1.5.3”…
2016-06-17 13:30:02:387 - [HTTP] <-- GET /wd/hub/status 200 16 ms - 83

2016-06-17 13:30:13:435 - [HTTP] --> GET /wd/hub/status {}

2016-06-17 13:30:13:436 - [MJSONWP] Calling AppiumDriver.getStatus() with args: []

2016-06-17 13:30:13:444 - [MJSONWP] Responding to client with driver.getStatus() result: {“build”:{“version”:“1.5.3”…
2016-06-17 13:30:13:447 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 83

2016-06-17 13:31:14:589 - [HTTP] --> GET /wd/hub/status {}

2016-06-17 13:31:14:590 - [MJSONWP] Calling AppiumDriver.getStatus() with args: []

2016-06-17 13:31:14:598 - [MJSONWP] Responding to client with driver.getStatus() result: {“build”:{“version”:“1.5.3”…
2016-06-17 13:31:14:600 - [HTTP] <-- GET /wd/hub/status 200 11 ms - 83

2016-06-17 13:32:15:679 - [HTTP] --> GET /wd/hub/status {}

2016-06-17 13:32:15:680 - [MJSONWP] Calling AppiumDriver.getStatus() with args: []

2016-06-17 13:32:15:688 - [MJSONWP] Responding to client with driver.getStatus() result: {“build”:{“version”:“1.5.3”…
2016-06-17 13:32:15:689 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 83

2016-06-17 13:33:16:810 - [HTTP] --> GET /wd/hub/status {}

2016-06-17 13:33:16:811 - [MJSONWP] Calling AppiumDriver.getStatus() with args: []

2016-06-17 13:33:16:819 - [MJSONWP] Responding to client with driver.getStatus() result: {“build”:{“version”:“1.5.3”…
2016-06-17 13:33:16:820 - [HTTP] <-- GET /wd/hub/status 200 10 ms - 83

2016-06-17 13:33:35:222 - [HTTP] --> POST /wd/hub/session {“desiredCapabilities”:{“safariIgnoreFraudWarning”:true,“platformVersion”:“9.3.2”,“safariAllowPopups”:false,“browserName”:“Safari”,“platformName”:“iOS”,“udid”:“4a7dd4dedca3b7d0f780e4827b27e91fcfe22f1d”,“deviceName”:“VBS’s iPhone”}}

2016-06-17 13:33:35:223 - [MJSONWP] Calling AppiumDriver.createSession() with args: [{"safariIgnoreFraudWarning…

2016-06-17 13:33:35:225 - [Appium] Creating new IosDriver session
2016-06-17 13:33:35:225 - [Appium] Capabilities:
2016-06-17 13:33:35:226 - [Appium] safariIgnoreFraudWarning: true
2016-06-17 13:33:35:226 - [Appium] platformVersion: ‘9.3.2’
2016-06-17 13:33:35:226 - [Appium] safariAllowPopups: false
2016-06-17 13:33:35:226 - [Appium] browserName: ‘Safari’
2016-06-17 13:33:35:227 - [Appium] platformName: ‘iOS’
2016-06-17 13:33:35:227 - [Appium] udid: ‘4a7dd4dedca3b7d0f780e4827b27e91fcfe22f1d’
2016-06-17 13:33:35:227 - [Appium] deviceName: ‘VBS’s iPhone’
2016-06-17 13:33:35:228 - [Appium] language: ‘en’
2016-06-17 13:33:35:228 - [Appium] locale: ‘en_US’
2016-06-17 13:33:35:228 - [Appium] showIOSLog: true
2016-06-17 13:33:35:237 - [BaseDriver] Session created with session id: b852b628-cb28-46de-837e-191056d7853d
2016-06-17 13:33:35:239 - [debug] [iOS] Not auto-detecting udid.
2016-06-17 13:33:35:240 - [debug] [iOS] Creating iDevice object with udid 4a7dd4dedca3b7d0f780e4827b27e91fcfe22f1d

2016-06-17 13:33:36:874 - [debug] [iOS] Checking for presence of SafariLauncher at ‘/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-ios-driver/build/SafariLauncher/SafariLauncher.app’

2016-06-17 13:33:36:875 - [debug] [iOS] SafariLauncher exists

2016-06-17 13:33:36:877 - [debug] [iOS] Removing any remaining instruments sockets
2016-06-17 13:33:36:881 - [debug] [iOS] Cleaned up instruments socket /var/folders/py/kgvfbnsd4dl8xvx3nktsh6p00000gn/T/instruments_sock
2016-06-17 13:33:36:885 - [debug] [iOS] No strings file ‘Localizable.strings’ for language ‘en’, getting default strings
2016-06-17 13:33:36:885 - [debug] [iOS] Strings file not found. Looking in ‘en.lproj’ directory
2016-06-17 13:33:36:886 - [iOS] Could not file localizable strings file ‘Localizable.strings’!
2016-06-17 13:33:36:887 - [debug] [iOS] Creating instruments
2016-06-17 13:33:36:888 - [debug] [UIAuto] Preparing bootstrap code
2016-06-17 13:33:36:889 - [debug] [UIAuto] Dynamic bootstrap dir: /Users/vbs/Library/Application Support/appium/bootstrap
2016-06-17 13:33:36:889 - [debug] [UIAuto] Dynamic env: {“nodePath”:"/usr/local/bin/node",“commandProxyClientPath”:"/Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-ios-driver/node_modules/appium-uiauto/build/lib/bin/command-proxy-client.js",“instrumentsSock”:"/var/folders/py/kgvfbnsd4dl8xvx3nktsh6p00000gn/T/instruments_sock",“interKeyDelay”:null,“justLoopInfinitely”:false,“autoAcceptAlerts”:false,“autoDismissAlerts”:false,“sendKeyStrategy”:“grouped”}

2016-06-17 13:33:36:913 - [debug] [UIAuto] Dynamic bootstrap code: // This file is automatically generated. Do not manually modify!

2016-06-17 13:33:36:913 - [debug] [UIAuto] Dynamic bootstrap path: /Users/vbs/Library/Application Support/appium/bootstrap/bootstrap-bcf5a832c5089d74.js
2016-06-17 13:33:36:915 - [debug] [UIAuto] Reusing dynamic bootstrap: /Users/vbs/Library/Application Support/appium/bootstrap/bootstrap-bcf5a832c5089d74.js

2016-06-17 13:33:36:917 - [debug] [iOS] Running ios real device reset flow
2016-06-17 13:33:36:920 - [debug] [iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
2016-06-17 13:33:36:921 - [debug] [iOSLog] Found idevicesyslog: ‘/usr/local/bin/idevicesyslog’

2016-06-17 13:33:38:624 - [debug] [iOS] App is not installed. Will try to install.

2016-06-17 13:33:39:806 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:39 VBSs-iPhone installd[50] : 0x16e1bb000 -[MIClientConnection _doBackgroundInstallationForPath:withOptions:completion:]: Install of “/var/mobile/Media/PublicStaging/SafariLauncher.app” type Developer (LSInstallType = (null)) requested by mobile_installation_proxy (pid 222)

2016-06-17 13:33:39:807 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:39 VBSs-iPhone com.apple.accessibility.AccessibilityUIServer[102] : Lost connection with client.
2016-06-17 13:33:39:807 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:39 VBSs-iPhone com.apple.xpc.launchd[1] (UIKitApplication:com.automationAppium.[0x9318][544]) : Service exited due to signal: Killed: 9

2016-06-17 13:33:39:808 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:39 VBSs-iPhone installd[50] : 0x16e1bb000 -[MIInstaller performInstallationWithError:]: Installing
2016-06-17 13:33:39:809 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:39 VBSs-iPhone securityd[96] : secTaskDiagnoseEntitlements MISSING keychain entitlements: no stored taskRef found
2016-06-17 13:33:39:809 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:39 VBSs-iPhone installd[50] : SecTrustEvaluate [leaf AnchorSHA1 AnchorTrusted ChainLength IssuerCommonName SubjectCommonName]
2016-06-17 13:33:39:810 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:39 VBSs-iPhone profiled[138] : (Note ) MC: Provisioning profiles changed
2016-06-17 13:33:39:810 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:39 VBSs-iPhone profiled[138] : (Note ) MC: Updating MIS trust…
2016-06-17 13:33:39:812 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:39 VBSs-iPhone installd[50] : 0x16e1bb000 -[MIInstallableBundle _refreshUUIDForContainer:withError:]: Data container for com.automationAppium. is now at /private/var/mobile/Containers/Data/Application/526B519A-9D29-4B82-9F0C-878C7F60163E
2016-06-17 13:33:39:815 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:39 VBSs-iPhone SpringBoard[58] : Application ‘UIKitApplication:com.automationAppium.[0x9318]’ exited abnormally via signal.
2016-06-17 13:33:39:833 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:39 VBSs-iPhone installd[50] : 0x16e1bb000 -[MIContainer makeContainerLiveReplacingContainer:reason:withError:]: Made container live for com.automationAppium. at /private/var/containers/Bundle/Application/8545949D-155A-43CE-95C2-B28731692DE1

2016-06-17 13:33:39:847 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:39 VBSs-iPhone installd[50] : 0x16e1bb000 -[MIInstaller performInstallationWithError:]: Install Successful; Staging: 0.01s; Waiting: 0.00s; Preflight/Patch: 0.02s, Verifying: 0.04s; Overall: 0.29s
2016-06-17 13:33:39:847 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:39 VBSs-iPhone pkd[108] : releasing plug-in hold E275B950-B8F4-43B6-B483-31EC46D85DC2 at client’s request
2016-06-17 13:33:39:868 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:39 VBSs-iPhone online-auth-agent[215] : SecTrustEvaluate [leaf AnchorSHA1 AnchorTrusted ChainLength IssuerCommonName SubjectCommonName]
2016-06-17 13:33:39:868 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:39 VBSs-iPhone syncdefaultsd[567] : (Note ) SYDAccount: no account

2016-06-17 13:33:39:876 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:39 VBSs-iPhone syncdefaultsd[567] : (Note ) SYDBootAccount: no account (null)
2016-06-17 13:33:39:881 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:39 VBSs-iPhone syncdefaultsd[567] : (Note ) SYDPIMAccount: no account (null)
2016-06-17 13:33:39:887 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:39 VBSs-iPhone syncdefaultsd[567] : (Note ) SYDAlwaysOnAccount: no account (null)

2016-06-17 13:33:40:078 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:40 VBSs-iPhone SpringBoard[58] : Installed apps did change.

2016-06-17 13:33:40:079 - [iOSLog] [IOS_SYSLOG_ROW] Added: {(
2016-06-17 13:33:40:080 - [iOSLog] [IOS_SYSLOG_ROW] )}

2016-06-17 13:33:40:081 - [iOSLog] [IOS_SYSLOG_ROW] Removed: {(
2016-06-17 13:33:40:081 - [iOSLog] [IOS_SYSLOG_ROW] )}
2016-06-17 13:33:40:081 - [iOSLog] [IOS_SYSLOG_ROW] Modified: {(
2016-06-17 13:33:40:082 - [iOSLog] [IOS_SYSLOG_ROW] “com.automationAppium.”
2016-06-17 13:33:40:082 - [iOSLog] [IOS_SYSLOG_ROW] )}

2016-06-17 13:33:41:258 - [debug] [iOS] App installed.

2016-06-17 13:33:41:259 - [debug] [iOS] Starting UIAutoClient, and launching Instruments.

2016-06-17 13:33:41:271 - [debug] [UIAuto] Instruments socket server started at /var/folders/py/kgvfbnsd4dl8xvx3nktsh6p00000gn/T/instruments_sock

2016-06-17 13:33:41:321 - [debug] [Instruments] Instruments is at: /Applications/Xcode 4.app/Contents/Developer/usr/bin/instruments

2016-06-17 13:33:41:321 - [debug] [Instruments] Attempting to launch instruments, this is try #1
2016-06-17 13:33:41:322 - [Instruments] Launching instruments
2016-06-17 13:33:41:328 - [debug] [Instruments] Attempting to run app on real device with UDID ‘4a7dd4dedca3b7d0f780e4827b27e91fcfe22f1d’
2016-06-17 13:33:41:329 - [debug] [Instruments] Found Insruments-Without-Delay: /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-ios-driver/node_modules/appium-instruments/thirdparty/iwd7
2016-06-17 13:33:41:329 - [debug] [Instruments] Spawning instruments with command: ‘"/Applications/Xcode 4.app/Contents/Developer/usr/bin/instruments" -t “/Applications/Xcode 4.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate” -D /var/folders/py/kgvfbnsd4dl8xvx3nktsh6p00000gn/T/appium-instruments/instrumentscli0.trace -w 4a7dd4dedca3b7d0f780e4827b27e91fcfe22f1d com.bytearc.SafariLauncher -e UIASCRIPT “/Users/vbs/Library/Application Support/appium/bootstrap/bootstrap-bcf5a832c5089d74.js” -e UIARESULTSPATH /var/folders/py/kgvfbnsd4dl8xvx3nktsh6p00000gn/T/appium-instruments’
2016-06-17 13:33:41:330 - [debug] [Instruments] And extra without-delay env: {}
2016-06-17 13:33:41:330 - [debug] [Instruments] And launch timeouts (in ms): {“global”:90000}

2016-06-17 13:33:42:195 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:42 VBSs-iPhone com.apple.xpc.launchd[1] : assertion failed: 13F69: launchd + 116796 [9F6284CF-8A17-36CC-9DB5-85D510A21F14]: 0x3

2016-06-17 13:33:42:208 - [debug] [Instruments] [INST STDERR] 2016-06-17 13:33:42.207 instruments[822:15914] WebKit Threading Violation - initial use of WebKit from a secondary thread.

2016-06-17 13:33:42:281 - [debug] [Instruments] [INST STDERR] Instruments Usage Error: Specified target process is invalid: com.bytearc.SafariLauncher
instruments, version 7.3 (60133)
usage: instruments [-t template] [-D document] [-l timeLimit] [-i #] [-w device] [[-p pid] | [application [-e variable value] [argument …]]]

2016-06-17 13:33:42:290 - [debug] [Instruments] Instruments exited with code 255

2016-06-17 13:33:42:292 - [Instruments] Error launching instruments: Instruments crashed on startup

2016-06-17 13:33:42:293 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:42 VBSs-iPhone gputoolsd[568] : schedule invalidation <DYTransport 0x124508a90, error: lost transport connection (31)>
2016-06-17 13:33:42:294 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:42 VBSs-iPhone DTServiceHub[233] : Could not create service named com.apple.instruments.server.services.processcontrol.posixspawn
2016-06-17 13:33:42:300 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:42 VBSs-iPhone gputoolsd[568] : terminating daemon 0x124506ed0
2016-06-17 13:33:42:302 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:42 VBSs-iPhone notification_proxy[195] : 0x16e12f000 -[MNPLockdownConnection receiveMessage]: lockdown_receive_message error!

2016-06-17 13:33:47:298 - [debug] [Instruments] Attempting to launch instruments, this is try #2

2016-06-17 13:33:47:298 - [Instruments] Launching instruments

2016-06-17 13:33:47:302 - [debug] [Instruments] Attempting to run app on real device with UDID ‘4a7dd4dedca3b7d0f780e4827b27e91fcfe22f1d’
2016-06-17 13:33:47:305 - [debug] [Instruments] Found Insruments-Without-Delay: /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-ios-driver/node_modules/appium-instruments/thirdparty/iwd7
2016-06-17 13:33:47:305 - [debug] [Instruments] Spawning instruments with command: ‘"/Applications/Xcode 4.app/Contents/Developer/usr/bin/instruments" -t “/Applications/Xcode 4.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate” -D /var/folders/py/kgvfbnsd4dl8xvx3nktsh6p00000gn/T/appium-instruments/instrumentscli0.trace -w 4a7dd4dedca3b7d0f780e4827b27e91fcfe22f1d com.bytearc.SafariLauncher -e UIASCRIPT “/Users/vbs/Library/Application Support/appium/bootstrap/bootstrap-bcf5a832c5089d74.js” -e UIARESULTSPATH /var/folders/py/kgvfbnsd4dl8xvx3nktsh6p00000gn/T/appium-instruments’
2016-06-17 13:33:47:305 - [debug] [Instruments] And extra without-delay env: {}
2016-06-17 13:33:47:306 - [debug] [Instruments] And launch timeouts (in ms): {“global”:90000}

2016-06-17 13:33:48:205 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:48 VBSs-iPhone com.apple.xpc.launchd[1] : assertion failed: 13F69: launchd + 116796 [9F6284CF-8A17-36CC-9DB5-85D510A21F14]: 0x3

2016-06-17 13:33:48:225 - [debug] [Instruments] [INST STDERR] 2016-06-17 13:33:48.225 instruments[826:16059] WebKit Threading Violation - initial use of WebKit from a secondary thread.

2016-06-17 13:33:48:263 - [debug] [Instruments] [INST STDERR] Instruments Usage Error: Specified target process is invalid: com.bytearc.SafariLauncher
instruments, version 7.3 (60133)
usage: instruments [-t template] [-D document] [-l timeLimit] [-i #] [-w device] [[-p pid] | [application [-e variable value] [argument …]]]

2016-06-17 13:33:48:273 - [Instruments] Error launching instruments: Instruments crashed on startup

2016-06-17 13:33:48:272 - [debug] [Instruments] Instruments exited with code 255

2016-06-17 13:33:48:280 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:48 VBSs-iPhone gputoolsd[569] : schedule invalidation <DYTransport 0x124d08f10, error: lost transport connection (31)>
2016-06-17 13:33:48:281 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:48 VBSs-iPhone gputoolsd[569] : terminating daemon 0x124d08b90
2016-06-17 13:33:48:285 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:48 VBSs-iPhone DTServiceHub[233] : Could not create service named com.apple.instruments.server.services.processcontrol.posixspawn
2016-06-17 13:33:48:287 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:48 VBSs-iPhone notification_proxy[195] : 0x16e2d3000 -[MNPLockdownConnection receiveMessage]: lockdown_receive_message error!

2016-06-17 13:33:52:462 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:52 VBSs-iPhone assistant_service[176] : Error getting NanoAppRegistry workspace info: Error Domain=NSCocoaErrorDomain Code=4099 “The connection to service named com.apple.nanoappregistry.workspace was invalidated.” UserInfo={NSDebugDescription=The connection to service named com.apple.nanoappregistry.workspace was invalidated.}

2016-06-17 13:33:53:276 - [debug] [Instruments] Attempting to launch instruments, this is try #3

2016-06-17 13:33:53:277 - [Instruments] Launching instruments

2016-06-17 13:33:53:281 - [debug] [Instruments] Attempting to run app on real device with UDID ‘4a7dd4dedca3b7d0f780e4827b27e91fcfe22f1d’
2016-06-17 13:33:53:282 - [debug] [Instruments] Found Insruments-Without-Delay: /Applications/Appium.app/Contents/Resources/node_modules/appium/node_modules/appium-ios-driver/node_modules/appium-instruments/thirdparty/iwd7
2016-06-17 13:33:53:282 - [debug] [Instruments] Spawning instruments with command: ‘"/Applications/Xcode 4.app/Contents/Developer/usr/bin/instruments" -t “/Applications/Xcode 4.app/Contents/Applications/Instruments.app/Contents/PlugIns/AutomationInstrument.xrplugin/Contents/Resources/Automation.tracetemplate” -D /var/folders/py/kgvfbnsd4dl8xvx3nktsh6p00000gn/T/appium-instruments/instrumentscli0.trace -w 4a7dd4dedca3b7d0f780e4827b27e91fcfe22f1d com.bytearc.SafariLauncher -e UIASCRIPT “/Users/vbs/Library/Application Support/appium/bootstrap/bootstrap-bcf5a832c5089d74.js” -e UIARESULTSPATH /var/folders/py/kgvfbnsd4dl8xvx3nktsh6p00000gn/T/appium-instruments’
2016-06-17 13:33:53:284 - [debug] [Instruments] And extra without-delay env: {}
2016-06-17 13:33:53:284 - [debug] [Instruments] And launch timeouts (in ms): {“global”:90000}

2016-06-17 13:33:54:167 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:54 VBSs-iPhone com.apple.xpc.launchd[1] : assertion failed: 13F69: launchd + 116796 [9F6284CF-8A17-36CC-9DB5-85D510A21F14]: 0x3

2016-06-17 13:33:54:169 - [debug] [Instruments] [INST STDERR] 2016-06-17 13:33:54.168 instruments[830:16073] WebKit Threading Violation - initial use of WebKit from a secondary thread.

2016-06-17 13:33:54:216 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:54 VBSs-iPhone assistant_service[176] : Error getting NanoAppRegistry workspace info: Error Domain=NSCocoaErrorDomain Code=4099 “The connection to service named com.apple.nanoappregistry.workspace was invalidated.” UserInfo={NSDebugDescription=The connection to service named com.apple.nanoappregistry.workspace was invalidated.}

2016-06-17 13:33:54:260 - [Instruments] Error launching instruments: Instruments crashed on startup

2016-06-17 13:33:54:250 - [debug] [Instruments] [INST STDERR] Instruments Usage Error: Specified target process is invalid: com.bytearc.SafariLauncher
instruments, version 7.3 (60133)
usage: instruments [-t template] [-D document] [-l timeLimit] [-i #] [-w device] [[-p pid] | [application [-e variable value] [argument …]]]
2016-06-17 13:33:54:260 - [debug] [Instruments] Instruments exited with code 255
2016-06-17 13:33:54:273 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:54 VBSs-iPhone gputoolsd[570] : schedule invalidation <DYTransport 0x12ee00630, error: lost transport connection (31)>
2016-06-17 13:33:54:275 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:54 VBSs-iPhone gputoolsd[570] : terminating daemon 0x12ee002f0

2016-06-17 13:33:54:280 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:54 VBSs-iPhone DTServiceHub[233] : Could not create service named com.apple.instruments.server.services.processcontrol.posixspawn
2016-06-17 13:33:54:300 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:54 VBSs-iPhone calaccessd[169] : ERROR: couldn’t find any operation group that responds to the selector CADDatabaseGetSharedCalendarInvitationsWithReply:
2016-06-17 13:33:54:302 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:54 VBSs-iPhone calaccessd[169] : ERROR: couldn’t find any operation group that responds to the invocation CADDatabaseGetSharedCalendarInvitationsWithReply:
2016-06-17 13:33:54:303 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:54 VBSs-iPhone assistant_service[176] : Error getting shared calendar invitations for entity types 2 from daemon: Error Domain=EKCADErrorDomain Code=1014 “(null)”

2016-06-17 13:33:54:316 - [iOSLog] [IOS_SYSLOG_ROW] Jun 17 13:33:54 VBSs-iPhone notification_proxy[195] : 0x16e12f000 -[MNPLockdownConnection receiveMessage]: lockdown_receive_message error!

And Eclips log Below

org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
Build info: version: ‘2.51.0’, revision: ‘1af067dbcaedd7d2ab9af5151fc471d363d97193’, time: ‘2016-02-05 11:20:57’
System info: host: ‘VBSs-MacBook-Pro.local’, ip: ‘192.168.1.28’, os.name: ‘Mac OS X’, os.arch: ‘x86_64’, os.version: ‘10.11.4’, java.version: ‘1.8.0_60’
Driver info: driver.version: IOSDriver