有什么解决办法吗?
第七部的时候提示 Install fail! Error: Run "sh -c ./src/scripts/check_reqs.js && xcodebuild" error, exit code 1
使用的是 $ sudo cnpm install -g ios-deploy
#15 楼 @gloria0610
改成这个之后滑过去了
driver.swipe(width * 6/7, height / 2, width * 2/7, 0, 1000);
pad 横屏 向左滑动 没有问题了
swipe 无法滑动,appium 1.5.3
driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS);
int width = driver.manage().window().getSize().width;
int height = driver.manage().window().getSize().height;
System.out.println(width);
System.out.println(height);
System.out.println(width * 6/7);
System.out.println(-(width * 4/7));
int a = -(width * 4/7);
for (int i = 0; i < 3; i++) {
driver.swipe(width * 6/7, height / 2, -(width * 4/7), 0, 2000);
Thread.sleep(2000);
}
gem install xcpretty 安装时弹出以下提示怎么破?
ERROR: Could not find a valid gem 'xcpretty' (>= 0) in any repository
#199 楼 @wangjl726
看来还是得换版本啊 两者不可兼得
#199 楼 @wangjl726 之前我用的 Xcode7.3.1 跑 appium 没有问题!后来由于开发需要就升级到了 8.2.1,之后再跑 appium 的时候就提示这个错误了!
appium 版本:1.5.3
Xcode 版本:8.2.1
运行 inspectors 时 appium server 提示的错误信息:
[MJSONWP] Encountered internal error running command: Error: Xcode version [object Object] is not yet supported
哪位大神给解答一下
appium 版本:1.5.3
Xcode 版本:8.2.1
运行 inspectors 时 appium server 提示的错误信息:
[MJSONWP] Encountered internal error running command: Error: Xcode version [object Object] is not yet supported
哪位大神给解答一下