在搭建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
即可。