【发布时间】:2017-05-26 15:23:43
【问题描述】:
- 设备:iPhone 5SE(真实设备)
- 版本:9.3.2
- Appium 版本:1.6.3
- Appium log
- ios-debug-proxy 已开启。
当我尝试运行测试时,我遇到了这个错误。
错误:命令 '/bin/bash Scripts/bootstrap.sh -d' 以代码 1 退出
这个错误的解决方法是什么?
【问题讨论】:
标签: ios bash shell automation appium
当我尝试运行测试时,我遇到了这个错误。
错误:命令 '/bin/bash Scripts/bootstrap.sh -d' 以代码 1 退出
这个错误的解决方法是什么?
【问题讨论】:
标签: ios bash shell automation appium
好像没有安装 carthage。
请安装brew install carthage,然后重试。
【讨论】: