xcode构建webdriverAgent时报错Messaging unqualified id的解决办法

Posted iamluoli

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xcode构建webdriverAgent时报错Messaging unqualified id的解决办法相关的知识,希望对你有一定的参考价值。

  在使用xcode构建webdriverAgent时,提示build failed,报错信息为:semantic issue:Messaging unqualified id,可以参考以下解决方案

  xcode版本:10.2

  ios版本:10.3

  appium版本:1.7.2

  打开终端进入webdriver的目录,我的目录如下

/Applications/Appium.app/Contents/Resources/app/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent/

  输入如下命令,开始构建项目

xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id= GCC_TREAT_WARNINGS_AS_ERRORS=0 test

  命令中的id填入你自己设备的udid,等待构建完成,构建完成后,你的设备将会出现webdriverAgent的图标,表示构建成功。

 

  

以上是关于xcode构建webdriverAgent时报错Messaging unqualified id的解决办法的主要内容,如果未能解决你的问题,请参考以下文章

xcodebuild构建时报错unknown error -1=ffffffffffffffff Command /bin/sh failed with exit code 1

CoreData手动创建托管对象子类时报错

最新macOS 11.4+Xcode 12.5+iOS 14.6 编译安装WebDriverAgent填坑记

'boost/iterator/iterator_adaptor.hpp' file not found之xcode生成时报错的解决方案

打开kettle时报错

pipeline构建时报错问题解决