Created
February 7, 2018 14:26
-
-
Save bartonhammond/3e55fc02dc3d8068ae0dad74186f662f to your computer and use it in GitHub Desktop.
selenium node ios log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.7.2","revision":"0e9005b71127dc088d693513da4b638e052c77e1"}} | |
[HTTP] <-- GET /wd/hub/status 200 14 ms - 110 | |
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"browserName":"Safari","deviceName":"iPad","platformName":"ios","platformVersion":"11.2.5"},"capabilities":{"desiredCapabilities":{"browserName":"Safari","deviceName":"iPad","platformName":"ios","platformVersion":"11.2.5"},"firstMatch":[{"browserName":"Safari","platformName":"ios"}]}} | |
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"browserName":"Safari","deviceName":"iPad","platformName":"ios","platformVersion":"11.2.5"},null,{"desiredCapabilities":{"browserName":"Safari","deviceName":"iPad","platformName":"ios","platformVersion":"11.2.5"},"firstMatch":[{"browserName":"Safari","platformName":"ios"}]}] | |
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1518013494763 (08:24:54 GMT-0600 (CST)) | |
[Appium] Merged W3C capabilities {"desiredCapabilities":{"browserName":"Safari",... into desiredCapabilities object {"browserName":"Safari","deviceName":"iPad","pl... | |
[Appium] Requested iOS support with version >= 10, using XCUITest driver instead of UIAutomation-based driver, since the latter is unsupported on iOS 10 and up. | |
[Appium] Creating new XCUITestDriver (v2.64.0) session | |
[Appium] Capabilities: | |
[Appium] browserName: Safari | |
[Appium] deviceName: iPad | |
[Appium] platformName: ios | |
[Appium] platformVersion: 11.2.5 | |
[BaseDriver] Session created with session id: ab70f350-bd25-4030-9dca-a727d8af6704 | |
[debug] [XCUITest] Current user: 'barton' | |
[HTTP] --> GET /wd/hub/status {} | |
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.7.2","revision":"0e9005b71127dc088d693513da4b638e052c77e1"}} | |
[HTTP] <-- GET /wd/hub/status 200 14 ms - 121 | |
[debug] [XCUITest] Current version of libimobiledevice: stable 1.2.0 (bottled), HEAD | |
[debug] [XCUITest] Xcode version set to '9.2' (tools v9.2.0.0.1.1510905681) | |
[debug] [XCUITest] iOS SDK Version set to '11.2' | |
[debug] [BaseDriver] Event 'xcodeDetailsRetrieved' logged at 1518013496707 (08:24:56 GMT-0600 (CST)) | |
[simctl] Error: simctl error running 'list': dyld: Library not loaded: /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/CoreSimulator | |
Referenced from: /Applications/Xcode.app/Contents/Developer/usr/bin/simctl | |
Reason: image not found | |
at Object.wrappedLogger.errorAndThrow (/usr/local/lib/node_modules/appium/node_modules/appium-support/lib/logging.js:69:13) | |
at simCommand$ (/usr/local/lib/node_modules/appium/node_modules/node-simctl/lib/simctl.js:50:11) | |
at tryCatch (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40) | |
at GeneratorFunctionPrototype.invoke [as _invoke] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22) | |
at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21) | |
at GeneratorFunctionPrototype.invoke (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37) | |
at <anonymous> | |
Error: simctl error running 'list': dyld: Library not loaded: /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/CoreSimulator | |
Referenced from: /Applications/Xcode.app/Contents/Developer/usr/bin/simctl | |
Reason: image not found | |
at Object.wrappedLogger.errorAndThrow (/usr/local/lib/node_modules/appium/node_modules/appium-support/lib/logging.js:69:13) | |
at simCommand$ (/usr/local/lib/node_modules/appium/node_modules/node-simctl/lib/simctl.js:50:11) | |
at tryCatch (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40) | |
at GeneratorFunctionPrototype.invoke [as _invoke] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:315:22) | |
at GeneratorFunctionPrototype.prototype.(anonymous function) [as throw] (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21) | |
at GeneratorFunctionPrototype.invoke (/usr/local/lib/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37) | |
at <anonymous> | |
[debug] [simctl] Unable to get JSON device list: simctl error running 'list': dyld: Library not loaded: /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/CoreSimulator | |
Referenced from: /Applications/Xcode.app/Contents/Developer/usr/bin/simctl | |
Reason: image not found | |
[debug] [simctl] Falling back to manually parsing | |
[simctl] Error: simctl error running 'list': dyld: Library not loaded: /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/CoreSimulator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment