- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我尝试使用 appium 桌面启动 session 时出现以下错误:
处理命令时发生未知的服务器端错误。原始错误:由于 xcodebuild 失败而无法启动 WebDriverAgent:“xcodebuild 失败,代码为 65”。确保按照 https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md 上的教程进行操作.尝试从设备中删除 WebDriverAgentRunner 应用程序(如果已安装)并重新启动设备。
Appium Desktop 中所需的功能:
{
"platformName": "iOS",
"deviceName": "iPhone 7",
"udid": "93551a7d721b790b0188642402f1ada96892b816",
"app": "/Users/globalit/Desktop/IntegrationApp.app",
"automationName": "XCUITest",
"noReset": true
}
配置:iOS 11、OSX 10.12、Xcode 8.1、Appium Desktop 1.2.5
错误日志:
[Xcode] 2017-10-27 15:27:28.943 xcodebuild[871:24036] Error Domain=com.apple.platform.iphoneos Code=-12 "Unable to launch com.apple.test.WebDriverAgentRunner-Runner" UserInfo={NSLocalizedDescription=Unable to launch com.apple.test.WebDriverAgentRunner-Runner, NSUnderlyingError=0x7fd602a29400 {Error Domain=DTXMessage Code=1 "(null)" UserInfo={DTXExceptionKey=The operation couldn’t be completed. Unable to launch com.apple.test.WebDriverAgentRunner-Runner because it has an invalid code signature, inadequate entitlements or its profile has not been explicitly trusted by the user. : Failed to launch process with bundle identifier 'com.apple.test.WebDriverAgentRunner-Runner'}}}
[Xcode] 2017-10-27 15:27:28.943 xcodebuild[871:24036] Error Domain=IDETestOperationsObserverErrorDomain Code=5 "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] ** TEST EXECUTE FAILED **
[Xcode]
[Xcode]
[XCUITest] xcodebuild exited with code '65' and signal 'null'
[BaseDriver] Event 'wdaStartFailed' logged at 1509098248985 (15:27:28 GMT+0530 (IST))
[XCUITest] Unable to launch WebDriverAgent because of xcodebuild failure: "xcodebuild failed with code 65". Make sure you follow the tutorial at https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md. Try to remove the WebDriverAgentRunner application from the device if it is installed and reboot the device.
[XCUITest] Quitting and uninstalling WebDriverAgent, then retrying
[XCUITest] Shutting down sub-processes
[XCUITest] Shutting down iproxy process (pid 870)
[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". Make sure you follow the tutorial at https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md. Try to remove the WebDriverAgentRunner application from the device if it is installed and reboot the device.
at XCUITestDriver.quitAndUninstall$ (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/lib/driver.js:381:13)
at tryCatch (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/Applications/Appium.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.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/Applications/Appium.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". Make sure you follow the tutorial at https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md. Try to remove the WebDriverAgentRunner application from the device if it is installed and reboot the device.
at XCUITestDriver.quitAndUninstall$ (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/lib/driver.js:381:13)
at tryCatch (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/Applications/Appium.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.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/Applications/Appium.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". Make sure you follow the tutorial at https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md. Try to remove the WebDriverAgentRunner application from the device if it is installed and reboot the device.
at XCUITestDriver.quitAndUninstall$ (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/lib/driver.js:381:13)
at tryCatch (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:67:40)
at GeneratorFunctionPrototype.invoke [as _invoke] (/Applications/Appium.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.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:100:21)
at GeneratorFunctionPrototype.invoke (/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/babel-runtime/regenerator/runtime.js:136:37)
[HTTP] <-- POST /wd/hub/session 500 29571 ms - 470
[HTTP] --> DELETE /wd/hub/session {}
[HTTP] No route found. Setting content type to 'text/plain'
[HTTP] <-- DELETE /wd/hub/session 404 13 ms - 57
最佳答案
请运行一次位于您设备上的 Xcode 项目:/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/WebDriverAgent.xcodeproj
如果您遇到任何问题,请告诉我。
关于appium - xcodebuild 失败 : "xcodebuild failed with code 65 is displaying when tried to start session with Appium Desktop,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46972552/
回到 Xcode 9,有一个名为“Clean Build Folder...”(⌥⇧⌘K)的构建选项,它删除了构建文件夹中的所有文件,只留下没有内容的文件夹。从那时起,此行为被删除,菜单项的标题更改为
我正在尝试在 hudson 构建服务器上设置 clang 静态分析器,如果我遵循建议 in this blog post我有以下错误: cc1obj: error: unrecognized comm
我想通过命令行 (xcodebuild) 将命令行参数传递给我的 iOS 测试。我正在 XCode 上寻找与此设置等效的内容: 简单地将参数传递给 xcodebuild 是行不通的,例如: xcode
从今天早上开始,在我的 iMac(macOS High Sierra 版本 10.13.6)上,每当我打开 iTerm2 窗口(安装了 Oh My Zsh)时,我都会看到: 似乎它正在尝试运行 xco
我正在尝试将我的项目集成到 Travis CI 中,但我的构建失败并出现以下错误: 架构 i386 的 undefined symbol 和架构 x86_64 的 undefined symbol 我
我看到了this教程,我想知道使用 Make 设置目标进行构建和测试与使用 sh 脚本或事件单独的 Jenkin 作业进行构建和测试相比有什么优势?一般来说,我对 CI 和脚本编写很陌生,如果这是一个
我在任何地方都看不到这个文档——有没有想过我们如何使用 xcodebuild 为 Mac 的 UIKIt 构建项目(即 Catalyst)? 您可以指定“-sdk iphoneos”与“-sdk ip
我遇到了一个问题,即使用 XCode-GUI 存档操作构建的文件和使用命令行构建(xcodebuild 命令)创建的文件之间的 iOS 应用程序文件 (IPA) 的大小不同。尺寸很重要,因为我们从 A
我正在尝试使用以下设置运行 appium 脚本: Appium version : 1.6.4 Xcode : 8.3.2 Mac : 10.12.4 iPhone : 10.3.1 下面是我用来在
我正在尝试使用 Xcode 在 iPhone 6 模拟器上运行亚马逊应用。 应用正在 iPhone 模拟器中安装,但无法与其元素交互。 Appium 版本 - 1.7.2 Xcode 版本 9.2 平
我正在尝试在 iPhone 5S 真实设备上使用 Appium 启动 iOS 应用程序。这是我的设置 Appium version : Version 1.10.0 (1.10.0.20181230.
当我尝试使用 appium 桌面启动 session 时出现以下错误: 处理命令时发生未知的服务器端错误。原始错误:由于 xcodebuild 失败而无法启动 WebDriverAgent:“xcod
当我尝试使用 appium 桌面启动 session 时出现以下错误: 处理命令时发生未知的服务器端错误。原始错误:由于 xcodebuild 失败而无法启动 WebDriverAgent:“xcod
以下命令卡在我的 osx 上: xcodebuild -scheme myscheme clean archive -archivePath /tmp 此命令产生两个输出行,然后挂起: User d
我在持续集成服务器上的 bash 脚本中使用 xcodebuild。 我想知道脚本中的构建何时失败,因此我可以提前退出并将构建标记为失败。 xcodebuild 向控制台显示 BUILD FAILED
通常我使用 Xcode 使用企业构建来构建 ipa 文件: 这些使用 xcodebuild 的等效项是什么? 如何设置“exportOptions.plist”,尤其是关键标签? 最佳答案 我假设您使
xcodebuild 项目,我可以打开 Xcode UI 并构建项目。它也很好地对代码进行了签名。 与我尝试使用命令行工具 xcodebuild 构建相同。它给出了“代码证书错误” 这是使流程自动化所
无论如何要指定 xcodebuild 的输出文件(即 .app)放在哪里?默认情况下,它位于: /Users/myusername/Library/Developer/Xcode/DerivedDat
我有一个项目,需要生成两个可执行文件,一个是 64 位 (x64_86),另一个是 32 位 (i386);它们不能合并。 该项目包括链接到第三方框架。 在 XCode 中编译没有问题。 单独使用 x
我有一个古玩问题。 我有一个项目,我一直在使用 XCode IDE 构建它,并且它运行良好。现在我正在设置 Bamboo 来构建项目,因此我正在从命令行构建它。 问题是,如果我从 GIT 中检查我的代
我是一名优秀的程序员,十分优秀!