我正在尝试使用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 **
答案 0 :(得分:5)
您可以按照以下方式修复:
从Finder进入以下路径:
/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent
打开:WebDriverAgent.xcodeproj
select the targets:
WebDriverAgentLib
WebDriverAgentRunner
go to General tab -> Signing
and place the team
查看图片: solution appium
答案 1 :(得分:1)
Appium 1.6.X会出现此问题,为了解决此问题,请按照以下步骤操作: