Skip to content
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

[Bug] 是否有计划针对 iOS17 设备修改 wda 的启动和调用逻辑? #437

Closed
2 tasks done
wangier opened this issue Apr 29, 2024 · 6 comments
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@wangier
Copy link

wangier commented Apr 29, 2024

Search before asking

  • I searched in the issue and found nothing similar. | 我查找了并确认issue列表无相似报告。

Sonic version

iOS17 不再支持xcrunner 独立启动了,需要通过 xcodebuild 从代码启动,或者通过 xcrun 启动已安装的 xctest runner。
有计划针对 iOS17 进行修改吗?

Deploy platform

macOS 14.4.1

Minimal reproduce step

连接 iOS17 设备

Are you willing to submit a PR?

  • I'm willing to submit a PR! | 我将发起PR!
@wangier wangier added the bug Something isn't working label Apr 29, 2024
@ropon
Copy link

ropon commented Jul 9, 2024

同问,什么时候能支持iOS7呢

@wangier
Copy link
Author

wangier commented Jul 9, 2024

同问,什么时候能支持iOS7呢

我把这个问题解决了,但是没权限提交上去

@ropon
Copy link

ropon commented Jul 11, 2024

如何解决的呢

@wangier
Copy link
Author

wangier commented Jul 12, 2024

如何解决的呢

iOS17不能直接通过现在版本的sib运行xcrunner,必须通过执行 xcrun devicectl device process launch 的方式启动xcrunner

@sam80180
Copy link

sam80180 commented Jul 17, 2024

I have managed to do it on Linux with the help of other great tools.
Here are my steps:

  1. Run go-ncm in background.
    https://github.com/danielpaulus/go-ios/tree/main/ncm

  2. Run go-ios tunnel start in background.
    https://github.com/danielpaulus/go-ios

  3. Connect your device(s), wait until you see go-ios says tunnel(s) are established.

  4. Mount personalized image using t3 -u xxxxxx exec mounter auto-mount.
    https://github.com/codeskyblue/tidevice3
    https://github.com/doronz88/pymobiledevice3

  5. Start WDA using go-ios --udid xxxxxx runwda.

  • I'm willing to submit a PR! | 我将发起PR!

@ZhouYixun
Copy link
Member

目前v2.7.1已支持iOS17及以上,仅MacOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants