下午又搭建了一下 appium,遇到了 appium-chromedriver 的问题
然后解决了,说一下步骤
安装 node
brew install node
安装 cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
安装 appium
cnpm install -g appium
安装 appium-doctor
npm install appium-doctor -g
启动 appium
说明 appium 已经正常启动
执行 appium-doctor ,提示没有找到 Carthage
然后根据提示到 https://github.com/Carthage/Carthage#installing-carthage 中找到 carthage 安装方法
brew install carthage