Skip to content

Instantly share code, notes, and snippets.

@shanthi2016
Created April 20, 2017 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shanthi2016/12e21c577df3df878a502f371ea5d7e6 to your computer and use it in GitHub Desktop.
Save shanthi2016/12e21c577df3df878a502f371ea5d7e6 to your computer and use it in GitHub Desktop.
Appium logs with showXcodeLog capability
[Appium] Welcome to Appium v1.6.4
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"app":"/Users/pvara/Desktop/IntegrationApp.app","showXcodeLog":"true","platformVersion":"10.2.1 ","automationName":"XCUITest","platformName":"iOS","udid":"b97562890db9b2da31be8d6f02fb907c221e3813","deviceName":"forae’s iPhone","launchTimeout":"500000"}}
[MJSONWP] Calling AppiumDriver.createSession() with args: [{"app":"/Users/pvara/Desktop/IntegrationApp.app","showXcodeLog":"true","platformVersion":"10.2.1 ","automationName":"XCUITest","platformName":"iOS","udid":"b97562890db9b2da31be8d6f02fb907c221e3813","deviceName":"forae’s iPhone","launchTimeout":"500000"},null,null,null,null]
[BaseDriver] Event 'newSessionRequested' logged at 1492709171042 (13:26:11 GMT-0400 (EDT))
[Appium] Creating new XCUITestDriver (v2.27.2) session
[Appium] Capabilities:
[Appium] app: '/Users/pvara/Desktop/IntegrationApp.app'
[Appium] showXcodeLog: 'true'
[Appium] platformVersion: '10.2.1 '
[Appium] automationName: 'XCUITest'
[Appium] platformName: 'iOS'
[Appium] udid: 'b97562890db9b2da31be8d6f02fb907c221e3813'
[Appium] deviceName: 'forae’s iPhone'
[Appium] launchTimeout: '500000'
[XCUITest] XCUITestDriver version: 2.27.2
[BaseDriver] Capability 'showXcodeLog' changed from string to boolean. This may cause unexpected behavior
[BaseDriver] Session created with session id: 38e7f2b0-eb99-4da5-8b0d-7f16bd16bad3
[XCUITest] Xcode version set to '8.3.1' (tools v8.3.0.0.1.1490382677)
[XCUITest] iOS SDK Version set to '10.3'
[BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1492709171128 (13:26:11 GMT-0400 (EDT))
[XCUITest] Available devices: b97562890db9b2da31be8d6f02fb907c221e3813
[XCUITest] Creating iDevice object with udid 'b97562890db9b2da31be8d6f02fb907c221e3813'
[XCUITest] Determining device to run tests on: udid: 'b97562890db9b2da31be8d6f02fb907c221e3813', real device: true
[BaseDriver] Using local app '/Users/pvara/Desktop/IntegrationApp.app'
[BaseDriver] Event 'appConfigured' logged at 1492709171249 (13:26:11 GMT-0400 (EDT))
[XCUITest] Checking whether app '/Users/pvara/Desktop/IntegrationApp.app' is actually present on file system
[XCUITest] App is present
[iOS] Getting bundle ID from app '/Users/pvara/Desktop/IntegrationApp.app': 'com.facebook.qatst.IntegrationApp'
[BaseDriver] Event 'resetStarted' logged at 1492709171252 (13:26:11 GMT-0400 (EDT))
[XCUITest] Reset: running ios real device reset flow
[BaseDriver] Event 'resetComplete' logged at 1492709171253 (13:26:11 GMT-0400 (EDT))
[iOSLog] Attempting iOS device log capture via libimobiledevice idevicesyslog
[iOSLog] Found idevicesyslog: '/usr/local/bin/idevicesyslog'
[BaseDriver] Event 'logCaptureStarted' logged at 1492709171378 (13:26:11 GMT-0400 (EDT))
[XCUITest] Setting up real device
[XCUITest] Reset requested. Removing app with id 'com.facebook.qatst.IntegrationApp' from the device
[XCUITest] Installing '/Users/pvara/Desktop/IntegrationApp.app' on device with UUID 'b97562890db9b2da31be8d6f02fb907c221e3813'...
[XCUITest] The app has been installed successfully.
[BaseDriver] Event 'appInstalled' logged at 1492709172924 (13:26:12 GMT-0400 (EDT))
[BaseDriver] Event 'wdaStartAttempted' logged at 1492709172929 (13:26:12 GMT-0400 (EDT))
[XCUITest] Using WDA path: '/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
[XCUITest] Using WDA agent: '/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
[XCUITest] Launching WebDriverAgent on the device
[XCUITest] Carthage found: '/usr/local/bin/carthage'
[XCUITest] Killing hanging processes
[XCUITest] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=b97562890db9b2da31be8d6f02fb907c221e3813 -configuration Debug IPHONEOS_DEPLOYMENT_TARGET=10.2' in directory '/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
[XCUITest] Output from xcodebuild will be logged
[XCUITest] Starting iproxy to forward traffic from local port 8100 to device port 8100 over USB
[Xcode] Build settings from command line:
[Xcode]
[XCUITest] Waiting up to 60000ms for WebDriverAgent to start
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] IPHONEOS_DEPLOYMENT_TARGET = 10.2
[Xcode]
[Xcode]
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] === BUILD TARGET WebDriverAgentLib OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode]
[Xcode] Check dependencies
[Xcode]
[Xcode]
[Xcode]
[Xcode] === BUILD TARGET WebDriverAgentRunner OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode]
[Xcode] Check dependencies
[Xcode]
[Xcode] Signing for "WebDriverAgentRunner" requires a development team. Select a development team in the project editor.
[Xcode] Code signing is required for product type 'UI Testing Bundle' in SDK 'iOS 10.3'
[Xcode]
[Xcode] Signing for "WebDriverAgentRunner" requires a development team. Select a development team in the project editor.
[Xcode] Code signing is required for product type 'UI Testing Bundle' in SDK 'iOS 10.3'
[Xcode] Signing for "WebDriverAgentRunner" requires a development team. Select a development team in the project editor.
[Xcode] Code signing is required for product type 'UI Testing Bundle' in SDK 'iOS 10.3'
[Xcode] Code signing is required for product type 'UI Testing Bundle' in SDK 'iOS 10.3'
[Xcode]
[Xcode]
[Xcode] ** TEST BUILD FAILED **
[Xcode]
[Xcode]
[Xcode] The following build commands failed:
[Xcode] Check dependencies
[Xcode] (1 failure)
[Xcode]
[XCUITest] Log file for xcodebuild test: /Users/pvara/Library/Developer/Xcode/DerivedData/WebDriverAgent-buipqshvwgqgyscfkeagppgiszgy/Logs/Test/6FEC1315-1C77-48CD-B6A5-216E03CE65DD/Session-WebDriverAgentRunner-2017-04-20_132619-EUKuDR.log
[Xcode] 2017-04-20 13:26:19.954 xcodebuild[9167:143448] IDETestOperationsObserverDebug: Writing diagnostic log for test session to:
[Xcode] /Users/pvara/Library/Developer/Xcode/DerivedData/WebDriverAgent-buipqshvwgqgyscfkeagppgiszgy/Logs/Test/6FEC1315-1C77-48CD-B6A5-216E03CE65DD/Session-WebDriverAgentRunner-2017-04-20_132619-EUKuDR.log
[Xcode]
[Xcode] 2017-04-20 13:26:19.955 xcodebuild[9167:143446] [MT] IDETestOperationsObserverDebug: (09C5B38F-EE46-4EA6-939B-E7395E21A365) Beginning test session WebDriverAgentRunner-09C5B38F-EE46-4EA6-939B-E7395E21A365 at 2017-04-20 13:26:19.954 with Xcode 8E1000a on target {
[Xcode] deviceSerialNumber: F4JQD9P4GRY7
[Xcode] identifier: b97562890db9b2da31be8d6f02fb907c221e3813
[Xcode] deviceClass: iPhone
[Xcode] deviceName: forae’s iPhone
[Xcode] deviceIdentifier: b97562890db9b2da31be8d6f02fb907c221e3813
[Xcode] productVersion: 10.2.1
[Xcode] buildVersion: 14D27
[Xcode] deviceSoftwareVersion: 10.2.1 (14D27)
[Xcode] deviceArchitecture: arm64
[Xcode] deviceTotalCapacity: 11943047168
[Xcode] deviceAvailableCapacity: 8681398272
[Xcode] deviceIsTransient: NO
[Xcode] ignored: NO
[Xcode] deviceIsBusy: NO
[Xcode] deviceIsActivated: YES
[Xcode] deviceActivationState: Activated
[Xcode] isPasscodeLocked: NO
[Xcode] deviceType:
[Xcode] supportedDeviceFamilies: (
[Xcode] 1
[Xcode] )
[Xcode] applications: (null)
[Xcode] provisioningProfiles: (null)
[Xcode] activityProgress: -2
[Xcode] activityTitle:
[Xcode] hasInternalSupport: NO
[Xcode] isSupportedOS: YES
[Xcode] developerDiskMountError: (null)
[Xcode] (null)
[Xcode] bootArgs:
[Xcode] } (10.2.1 (14D27))
[Xcode]
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] 2017-04-20 13:26:19.978 xcodebuild[9167:143446] Error Domain=NSCocoaErrorDomain Code=260 "The file “WebDriverAgentRunner-Runner.app” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/pvara/Library/Developer/Xcode/DerivedData/WebDriverAgent-buipqshvwgqgyscfkeagppgiszgy/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app, NSUnderlyingError=0x7fee97b64820 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
[Xcode] 2017-04-20 13:26:19.978 xcodebuild[9167:143446] Error Domain=IDETestOperationsObserverErrorDomain Code=6 "Early unexpected exit, operation never finished bootstrapping - no restart will be attempted" UserInfo={NSLocalizedDescription=Early unexpected exit, operation never finished bootstrapping - no restart will be attempted}
[Xcode]
[Xcode] ** TEST EXECUTE FAILED **
[Xcode]
[Xcode]
[XCUITest] xcodebuild exited with code '65' and signal 'null'
[Xcode] Contents of xcodebuild log file '/Users/pvara/Library/Developer/Xcode/DerivedData/WebDriverAgent-buipqshvwgqgyscfkeagppgiszgy/Logs/Test/6FEC1315-1C77-48CD-B6A5-216E03CE65DD/Session-WebDriverAgentRunner-2017-04-20_132619-EUKuDR.log':
[Xcode] 13:26:19.955 xcodebuild[9167:143446] Beginning test session WebDriverAgentRunner-09C5B38F-EE46-4EA6-939B-E7395E21A365 at 2017-04-20 13:26:19.954 with Xcode 8E1000a on target {
[Xcode] deviceSerialNumber: F4JQD9P4GRY7
[Xcode] identifier: b97562890db9b2da31be8d6f02fb907c221e3813
[Xcode] deviceClass: iPhone
[Xcode] deviceName: forae’s iPhone
[Xcode] deviceIdentifier: b97562890db9b2da31be8d6f02fb907c221e3813
[Xcode] productVersion: 10.2.1
[Xcode] buildVersion: 14D27
[Xcode] deviceSoftwareVersion: 10.2.1 (14D27)
[Xcode] deviceArchitecture: arm64
[Xcode] deviceTotalCapacity: 11943047168
[Xcode] deviceAvailableCapacity: 8681398272
[Xcode] deviceIsTransient: NO
[Xcode] ignored: NO
[Xcode] deviceIsBusy: NO
[Xcode] deviceIsActivated: YES
[Xcode] deviceActivationState: Activated
[Xcode] isPasscodeLocked: NO
[Xcode] deviceType:
[Xcode] supportedDeviceFamilies: (
[Xcode] 1
[Xcode] )
[Xcode] applications: (null)
[Xcode] provisioningProfiles: (null)
[Xcode] activityProgress: -2
[Xcode] activityTitle:
[Xcode] hasInternalSupport: NO
[Xcode] isSupportedOS: YES
[Xcode] developerDiskMountError: (null)
[Xcode] (null)
[Xcode] bootArgs:
[Xcode] } (10.2.1 (14D27))
[Xcode] 13:26:19.955 xcodebuild[9167:143446] /Users/pvara/Downloads/Xcode_8.3.1.app/Contents/Developer/usr/bin/xcodebuild
[Xcode] build-for-testing
[Xcode] test-without-building
[Xcode] -project
[Xcode] /Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj
[Xcode] -scheme
[Xcode] WebDriverAgentRunner
[Xcode] -destination
[Xcode] id=b97562890db9b2da31be8d6f02fb907c221e3813
[Xcode] -configuration
[Xcode] Debug
[Xcode] IPHONEOS_DEPLOYMENT_TARGET=10.2
[Xcode] 13:26:19.955 xcodebuild[9167:143446] Launching with Xcode.IDEFoundation.Launcher.PosixSpawn
[Xcode] 13:26:19.965 xcodebuild[9167:143449] Connecting to mobile device: b97562890db9b2da31be8d6f02fb907c221e3813
[Xcode] 13:26:19.969 xcodebuild[9167:143449] Starting session with mobile device
[Xcode] 13:26:19.974 xcodebuild[9167:143446] Launch session started.
[Xcode] 13:26:19.977 xcodebuild[9167:143446] Test operation failure: Launch session expired before checking in.
[Xcode] 13:26:19.978 xcodebuild[9167:143446] _finishWithError:Error Domain=IDETestOperationsObserverErrorDomain Code=5 "Launch session expired before checking in." UserInfo={NSLocalizedDescription=Launch session expired before checking in.} didCancel: 1
[Xcode]
[BaseDriver] Event 'wdaStartFailed' logged at 1492709180016 (13:26:20 GMT-0400 (EDT))
[XCUITest] Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 65
[XCUITest] Quitting and uninstalling WebDriverAgent, then retrying
[XCUITest] Shutting down sub-processes
[XCUITest] Shutting down iproxy process (pid 9164)
[XCUITest] iproxy exited with code 'null'
[XCUITest] Removing WDA application from device
[BaseDriver] Event 'wdaStartAttempted' logged at 1492709190195 (13:26:30 GMT-0400 (EDT))
[XCUITest] Using WDA path: '/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
[XCUITest] Using WDA agent: '/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj'
[XCUITest] Launching WebDriverAgent on the device
[XCUITest] Carthage found: '/usr/local/bin/carthage'
[XCUITest] Killing hanging processes
[XCUITest] Beginning test with command 'xcodebuild build-for-testing test-without-building -project /Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=b97562890db9b2da31be8d6f02fb907c221e3813 -configuration Debug IPHONEOS_DEPLOYMENT_TARGET=10.2' in directory '/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent'
[XCUITest] Output from xcodebuild will be logged
[XCUITest] Starting iproxy to forward traffic from local port 8100 to device port 8100 over USB
[Xcode] Build settings from command line:
[Xcode] IPHONEOS_DEPLOYMENT_TARGET = 10.2
[Xcode]
[Xcode]
[XCUITest] Waiting up to 60000ms for WebDriverAgent to start
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode] === BUILD TARGET WebDriverAgentLib OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode]
[Xcode] Check dependencies
[Xcode]
[JSONWP Proxy] Proxying [GET /status] to [GET http://localhost:8100/status] with no body
[Xcode]
[Xcode]
[Xcode] === BUILD TARGET WebDriverAgentRunner OF PROJECT WebDriverAgent WITH CONFIGURATION Debug ===
[Xcode]
[Xcode]
[Xcode] Check dependencies
[Xcode]
[Xcode] Signing for "WebDriverAgentRunner" requires a development team. Select a development team in the project editor.
[Xcode]
[Xcode] Code signing is required for product type 'UI Testing Bundle' in SDK 'iOS 10.3'
[Xcode]
[Xcode] Signing for "WebDriverAgentRunner" requires a development team. Select a development team in the project editor.
[Xcode] Code signing is required for product type 'UI Testing Bundle' in SDK 'iOS 10.3'
[Xcode] Signing for "WebDriverAgentRunner" requires a development team. Select a development team in the project editor.
[Xcode] Code signing is required for product type 'UI Testing Bundle' in SDK 'iOS 10.3'
[Xcode]
[Xcode] Code signing is required for product type 'UI Testing Bundle' in SDK 'iOS 10.3'
[Xcode]
[Xcode]
[Xcode] ** TEST BUILD FAILED **
[Xcode]
[Xcode]
[Xcode]
[Xcode] The following build commands failed:
[Xcode] Check dependencies
[Xcode] (1 failure)
[Xcode]
[XCUITest] Log file for xcodebuild test: /Users/pvara/Library/Developer/Xcode/DerivedData/WebDriverAgent-buipqshvwgqgyscfkeagppgiszgy/Logs/Test/ED2F767E-DD60-4F0D-A9B0-880A51248B0C/Session-WebDriverAgentRunner-2017-04-20_132637-lC6XM2.log
[Xcode] 2017-04-20 13:26:37.140 xcodebuild[9198:143642] IDETestOperationsObserverDebug: Writing diagnostic log for test session to:
[Xcode] /Users/pvara/Library/Developer/Xcode/DerivedData/WebDriverAgent-buipqshvwgqgyscfkeagppgiszgy/Logs/Test/ED2F767E-DD60-4F0D-A9B0-880A51248B0C/Session-WebDriverAgentRunner-2017-04-20_132637-lC6XM2.log
[Xcode]
[Xcode] 2017-04-20 13:26:37.141 xcodebuild[9198:143641] [MT] IDETestOperationsObserverDebug: (3B6AA28F-09E9-4B38-8E70-9EE03DF53BAB) Beginning test session WebDriverAgentRunner-3B6AA28F-09E9-4B38-8E70-9EE03DF53BAB at 2017-04-20 13:26:37.141 with Xcode 8E1000a on target {
[Xcode] deviceSerialNumber: F4JQD9P4GRY7
[Xcode] identifier: b97562890db9b2da31be8d6f02fb907c221e3813
[Xcode] deviceClass: iPhone
[Xcode] deviceName: forae’s iPhone
[Xcode] deviceIdentifier: b97562890db9b2da31be8d6f02fb907c221e3813
[Xcode] productVersion: 10.2.1
[Xcode] buildVersion: 14D27
[Xcode] deviceSoftwareVersion: 10.2.1 (14D27)
[Xcode] deviceArchitecture: arm64
[Xcode] deviceTotalCapacity: 11943047168
[Xcode] deviceAvailableCapacity: 8683008000
[Xcode] deviceIsTransient: NO
[Xcode] ignored: NO
[Xcode] deviceIsBusy: NO
[Xcode] deviceIsActivated: YES
[Xcode] deviceActivationState: Activated
[Xcode] isPasscodeLocked: NO
[Xcode] deviceType:
[Xcode] supportedDeviceFamilies: (
[Xcode] 1
[Xcode] )
[Xcode] applications: (null)
[Xcode] provisioningProfiles: (null)
[Xcode] activityProgress: -2
[Xcode] activityTitle:
[Xcode] hasInternalSupport: NO
[Xcode] isSupportedOS: YES
[Xcode] developerDiskMountError: (null)
[Xcode] (null)
[Xcode] bootArgs:
[Xcode] } (10.2.1 (14D27))
[Xcode]
[Xcode] 2017-04-20 13:26:37.171 xcodebuild[9198:143641] Error Domain=NSCocoaErrorDomain Code=260 "The file “WebDriverAgentRunner-Runner.app” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/pvara/Library/Developer/Xcode/DerivedData/WebDriverAgent-buipqshvwgqgyscfkeagppgiszgy/Build/Products/Debug-iphoneos/WebDriverAgentRunner-Runner.app, NSUnderlyingError=0x7f90b4bbb250 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
[Xcode] 2017-04-20 13:26:37.171 xcodebuild[9198:143641] Error Domain=IDETestOperationsObserverErrorDomain Code=6 "Early unexpected exit, operation never finished bootstrapping - no restart will be attempted" UserInfo={NSLocalizedDescription=Early unexpected exit, operation never finished bootstrapping - no restart will be attempted}
[Xcode]
[Xcode] ** TEST EXECUTE FAILED **
[Xcode]
[Xcode]
[XCUITest] xcodebuild exited with code '65' and signal 'null'
[Xcode] Contents of xcodebuild log file '/Users/pvara/Library/Developer/Xcode/DerivedData/WebDriverAgent-buipqshvwgqgyscfkeagppgiszgy/Logs/Test/ED2F767E-DD60-4F0D-A9B0-880A51248B0C/Session-WebDriverAgentRunner-2017-04-20_132637-lC6XM2.log':
[Xcode] 13:26:37.142 xcodebuild[9198:143641] Beginning test session WebDriverAgentRunner-3B6AA28F-09E9-4B38-8E70-9EE03DF53BAB at 2017-04-20 13:26:37.141 with Xcode 8E1000a on target {
[Xcode] deviceSerialNumber: F4JQD9P4GRY7
[Xcode] identifier: b97562890db9b2da31be8d6f02fb907c221e3813
[Xcode] deviceClass: iPhone
[Xcode] deviceName: forae’s iPhone
[Xcode] deviceIdentifier: b97562890db9b2da31be8d6f02fb907c221e3813
[Xcode] productVersion: 10.2.1
[Xcode] buildVersion: 14D27
[Xcode] deviceSoftwareVersion: 10.2.1 (14D27)
[Xcode] deviceArchitecture: arm64
[Xcode] deviceTotalCapacity: 11943047168
[Xcode] deviceAvailableCapacity: 8683008000
[Xcode] deviceIsTransient: NO
[Xcode] ignored: NO
[Xcode] deviceIsBusy: NO
[Xcode] deviceIsActivated: YES
[Xcode] deviceActivationState: Activated
[Xcode] isPasscodeLocked: NO
[Xcode] deviceType:
[Xcode] supportedDeviceFamilies: (
[Xcode] 1
[Xcode] )
[Xcode] applications: (null)
[Xcode] provisioningProfiles: (null)
[Xcode] activityProgress: -2
[Xcode] activityTitle:
[Xcode] hasInternalSupport: NO
[Xcode] isSupportedOS: YES
[Xcode] developerDiskMountError: (null)
[Xcode] (null)
[Xcode] bootArgs:
[Xcode] } (10.2.1 (14D27))
[Xcode] 13:26:37.142 xcodebuild[9198:143641] /Users/pvara/Downloads/Xcode_8.3.1.app/Contents/Developer/usr/bin/xcodebuild
[Xcode] build-for-testing
[Xcode] test-without-building
[Xcode] -project
[Xcode] /Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj
[Xcode] -scheme
[Xcode] WebDriverAgentRunner
[Xcode] -destination
[Xcode] id=b97562890db9b2da31be8d6f02fb907c221e3813
[Xcode] -configuration
[Xcode] Debug
[Xcode] IPHONEOS_DEPLOYMENT_TARGET=10.2
[Xcode] 13:26:37.142 xcodebuild[9198:143641] Launching with Xcode.IDEFoundation.Launcher.PosixSpawn
[Xcode] 13:26:37.151 xcodebuild[9198:143679] Connecting to mobile device: b97562890db9b2da31be8d6f02fb907c221e3813
[Xcode] 13:26:37.155 xcodebuild[9198:143679] Starting session with mobile device
[Xcode] 13:26:37.165 xcodebuild[9198:143641] Launch session started.
[Xcode] 13:26:37.170 xcodebuild[9198:143641] Test operation failure: Launch session expired before checking in.
[Xcode] 13:26:37.170 xcodebuild[9198:143641] _finishWithError:Error Domain=IDETestOperationsObserverErrorDomain Code=5 "Launch session expired before checking in." UserInfo={NSLocalizedDescription=Launch session expired before checking in.} didCancel: 1
[Xcode]
[BaseDriver] Event 'wdaStartFailed' logged at 1492709197208 (13:26:37 GMT-0400 (EDT))
[XCUITest] Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 65
[XCUITest] Quitting and uninstalling WebDriverAgent, then retrying
[XCUITest] Shutting down sub-processes
[XCUITest] Shutting down iproxy process (pid 9196)
[XCUITest] iproxy exited with code 'null'
[XCUITest] Removing WDA application from device
[XCUITest] Error: Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 65
at XCUITestDriver.quitAndUninstall$ (/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/lib/driver.js:374:15)
at tryCatch (/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
Error: Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 65
at XCUITestDriver.quitAndUninstall$ (/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/lib/driver.js:374:15)
at tryCatch (/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[XCUITest] Not clearing log files. Use `clearSystemFiles` capability to turn on.
[iOSLog] Stopping iOS log capture
[MJSONWP] Encountered internal error running command: Error: Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 65
at XCUITestDriver.quitAndUninstall$ (/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/lib/driver.js:374:15)
at tryCatch (/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22)
at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/Applications/Appium_1.6.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[HTTP] <-- POST /wd/hub/session 500 36344 ms - 230
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment