【发布时间】:2017-01-31 11:34:15
【问题描述】:
我正在尝试使用 Appium XCUITest 实现 IOS 10 的 UI 自动化。 在运行脚本时,它会尝试构建 WebDriverAgent,但此时失败。我已经添加了配置文件并通过 UI 在 Xcode 中添加了帐户,但不确定 XCUITest 在运行时从哪里获取配置文件,或者我们是否需要在所需功能中提供一些信息。
info Xcode Testing failed:
info Xcode Signing for "WebDriverAgentRunner" requires a development team. Select a development team in the project editor.
info Xcode Code signing is required for product type 'UI Testing Bundle' in SDK 'iOS 10.0'
info Xcode ** TEST FAILED **
【问题讨论】:
标签: ios10 ios-ui-automation appium-ios