C/C++教程

appium环境搭建之appium-doctor --ios命令的各种报错

本文主要是介绍appium环境搭建之appium-doctor --ios命令的各种报错,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

在搭建appium的环境的过程中,运行appium-doctor --ios命令会出现各种报错。

报错1:db and idb_companion are not installed

解决方式:

1.更新mac系统和xcode软件

2.运行命令

brew tap facebook/fb
brew install idb-companion
pip install fb-idb

即可。

报错2:opencv4nodejs cannot be found

1.安装cmake并查看版本

cmake -version

2.运行命令

npm -g install opencv4nodejs --ignore-scripts

即可。

 

这篇关于appium环境搭建之appium-doctor --ios命令的各种报错的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!