appium-doctor安装(npm install -g appium-doctor
),检测出如下问题
- 提示Xcode Command Line Tools are NOT installed!
- Command Line Tools:是在Xcode中的命令行工具
- 安装:xcode-select –install
- 提示Carthage was NOT found
- Carhtage介绍:Carthage用于管理Cocoa第三方框架的工具
- 安装:brew install carthage //WebDriverAgent 依赖的管理工具
- WebDriverAgent is a WebDriver server implementation for iOS that can be used to remote control iOS devices. It allows you to launch & kill applications, tap & scroll views or confirm view presence on a screen. (https://github.com/facebook/WebDriverAgent)
- 完全安装好后,检查结果如下