-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Known issues and walkarounds 目前已知问题+解决方案 #929
Comments
. |
支持批量真机测试吗,如果批量真机测试,最大稳定android 设备链接数多少? |
This is the translated issue comment: @gezihua Support batch real test, and if the bulk real test, the maximum stable android device link count how many? |
出现新的错误,详细见https://gitee.com/jiodg45/macaca-issue-test >> xctest-client.js:233:20 [master] pid:6656 please check project: /usr/local/lib/node_modules/macaca-ios/node_modules/xctestwd/XCTestWD/XCTestWD.xcodeproj
>> xctestwd start with port: 8001
>> proxy.js:55:14 [master] pid:6656 Proxy: /wd/hub/session:POST to http://127.0.0.1:8001/wd/hub/session:POST with body: {"desiredCapabilities":{"bundleId":"xudafeng.ios-app-bootstrap1.longxiang","platformName":"iOS","browserName":"firefox"}}
>> xctest-client.js:270:16 [master] pid:6656 Invalid listen port specified in argument '8001'!
>> proxy.js:63:22 [master] pid:6656 xctest client proxy error with: Error: connect ECONNREFUSED 127.0.0.1:8001
>> xctest-client.js:279:14 [master] pid:6656 iproxy exit with code: 234, signal: null
>> helper.js:20:18 [master] pid:6656 retrying... (10 retries left)
>> proxy.js:63:22 [master] pid:6656 xctest client proxy error with: Error: connect ECONNREFUSED 127.0.0.1:8001
>> xctest-client.js:224:18 [master] pid:6656 2021-01-04 10:37:49.123 xcodebuild[6674:1054763] [MT] IDETestOperationsObserverDebug: (F00A4BC7-8187-400C-9071-847E03D45063) Finished requesting crash reports. Continuing with testing.
.... |
This is the translated issue comment: @LongXiangGuo New mistakes, see https://gitee.com/jiodg45/macaca-issue-test
|
应该就是列表里第一个问题“iOS 真机测试无法开启8001端口”,手动patch一下。 |
This is the translated issue comment: @paradite
It should be that the first question in the list "IOS real machine test cannot be opened 8001 port", manual PATCH. |
多谢,我试试看, 这个 地址的内容无法访问 |
This is the translated issue comment: @LongXiangGuo
Thank you, I will try, this address is unable to access |
替换 >> xctest-client.js:233:20 [master] pid:43554 please check project: /usr/local/lib/node_modules/macaca-ios/node_modules/xctestwd/XCTestWD/XCTestWD.xcodeproj
>> xctestwd start with port: 8001
>> proxy.js:55:14 [master] pid:43554 Proxy: /wd/hub/session:POST to http://127.0.0.1:8001/wd/hub/session:POST with body: {"desiredCapabilities":{"bundleId":"com.apple.mobilesafari"}}
>> xctest-client.js:316:14 [master] pid:43554 Fail to start xctest: TypeError: this.device.openURL is not a function
>> xctest-client.js:329:14 [master] pid:43554 killing runnerProc pid: 44240
>> xctest-client.js:335:14 [master] pid:43554 killing iproxyProc pid: 44554
>> proxy.js:63:22 [master] pid:43554 xctest client proxy error with: Error: connect ECONNREFUSED 127.0.0.1:8001
>> xctest-client.js:279:14 [master] pid:43554 iproxy exit with code: null, signal: SIGKILL
>> xctest-client.js:245:16 [master] pid:43554 xctest client exit with code: null, signal: SIGKILL |
This is the translated issue comment: @LongXiangGuo
After replacing the `` `shell
|
这个怎么patch啊 |
This is the translated issue comment: @stephenwang1011 How to patch this |
不用patch了,直接用新的 |
This is the translated issue comment: @paradite
No Patch, you can use the new |
看起来相关issue已都close,暂关闭当前issue |
目前已知问题汇总:
iOS 真机测试 iproxy 报错
下载最新版 iproxy (usbmuxd)。
Error
xctest client exit with code: 65, signal: null
通过 Xcode 手动安装
xctestwd
到测试机,详见 #948MacOS 10.5 iOS 找不到 Webview
macOS 10.15
ios-webkit-debug-proxy
兼容问题,MR已合并,等待新版。 google/ios-webkit-debug-proxy#329MacOS 10.5 安装
macaca-ios
时ios-deploy
安装失败报错 - MacOS 10.5ios-deploy
catalina 10.15兼容性问题。可以用brew install ios-deploy
全局安装ios-deploy
,忽略macaca-ios
的报错。参考该库 isssue:
ios-control/ios-deploy#387
ios-control/ios-deploy#415
Currently known issues
iOS real device iproxy error
Download latest iproxy (usbmuxd)。
Error
xctest client exit with code: 65, signal: null
Install
xctestwd
on your device using Xcode, refer to #948MacOS 10.5 iOS Cannot find any Webview
macOS 10.15 ios-webkit-debug-proxy issue, MR merged, waiting for new version release: google/ios-webkit-debug-proxy#329
MacOS 10.5
ios-deploy
failure when installingmacaca-ios
ios-deploy
catalina 10.15 compatibility isssue, installios-deploy
globally viabrew install ios-deploy
and ignore the error frommacaca-ios
installation.Refer to:
ios-control/ios-deploy#387
ios-control/ios-deploy#415
The text was updated successfully, but these errors were encountered: