WebDriverAgentRunner安装成功后build的常见报错

Posted 快乐存储

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WebDriverAgentRunner安装成功后build的常见报错相关的知识,希望对你有一定的参考价值。

1.缺少development team

$ xcodebuild -project WebDriverAgent.xcodeproj \\
> -scheme WebDriverAgentRunner \\
> -destination \'platform=ios,name=iPhone (2)\' \\
> test
2019-12-17 09:20:29.973 xcodebuild[30451:2032814] DTDeviceKit: deviceType from aa3c395a15b4edcc21c4df8f0182a7ffc307e61f was NULL
2019-12-17 09:20:30.026 xcodebuild[30451:2032862] DTDeviceKit: deviceType from aa3c395a15b4edcc21c4df8f0182a7ffc307e61f was NULL
... //中间内容省略

Testing failed:
Signing for "WebDriverAgentRunner" requires a development team. Select a development team in the Signing & Capabilities editor.
Testing cancelled because the build failed.

** TEST FAILED **

 解决:将Automatically manage signing进行勾选后选择一个Team,注意要进入WebDriverAgentRunner中进行设置

 

 

 

 

 

2.bundle indentifler不唯一,提示“The app ID "com.facebook.WebDriverAgentRunner" cannot be registered to your development team. Change your bundle identifier to a unique string to try again.”

 

 

 

 

 

 

解决:请进入WebDriverAgentRunner -> Build Settings设置中,找到Packaging中的选项,将其内容修改为唯一识别的字符串,如下图所示

 

 

 3.build的时候有两个fail报错

1)Semantic issue: \'assign\' property of object type may become a dangling reference; consider using \'unsafe_unretained\'
2)Parse Issue: Could not build module \'RoutingHTTPServer\'

 

 解决:报错出双击,进入到报错代码处,将assign改为strong后再次build

 

 

 

 4.提示配置证书信任

 

 解决:打开iphone5s 设置-通用功能-描述文件与设备管理-开发者应用-添加信任,配置证书信任后重试

   

 转载:https://blog.csdn.net/weixin_43291944/article/details/103562488

以上是关于WebDriverAgentRunner安装成功后build的常见报错的主要内容,如果未能解决你的问题,请参考以下文章

文件“WebDriverAgentRunner-Runner.app”无法打开,因为没有这样的文件

Appium 错误 Xcode 找不到匹配“com.facebook.WebDriverAgentRunner”的配置文件

webDriverAgent Test到iphone遇到的坑

使用Appium进行iOS的真机自动化测试

iOS真机无法安装webdriveragent-runner

linux 安装软件后 怎么检查安装是不是成功