1. app安装 使用appium doctor时报错:Could not detect Mac OS X Version from sw_vers output: '12.1’
解决方法:
控制台输入:grep -rl "Could not detect Mac OS X Version from sw_vers output:" /Applications/Appium.app/
然后对每个system.js中如下位置添加不支持的OS版本
保存完成后,再次执行就OK了
2.
1. app安装 使用appium doctor时报错:Could not detect Mac OS X Version from sw_vers output: '12.1’
解决方法:
控制台输入:grep -rl "Could not detect Mac OS X Version from sw_vers output:" /Applications/Appium.app/
然后对每个system.js中如下位置添加不支持的OS版本
保存完成后,再次执行就OK了
2.