其他分享
首页 > 其他分享> > 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,doctor,--,命令,报错,install,idb
来源: https://www.cnblogs.com/luoyihao/p/15685729.html