使用 Mac 时,我的 AltJit 在 iOS 17 iPad 中无法工作

问题描述 投票:0回答:1

我今天尝试在 iPad 上启用 Jit,但遇到了问题。

我遇到了这个:

pymobiledevice3 未安装

所以我按照官方页面上的说明进行操作:

/Applications/Xcode.app/Contents/Developer/usr/bin/python3 -m pip install -U pymobiledevice3

但是后来我又遇到了另一个错误:

无法连接到设备。进程“python3”返回了意外的输出。错误:没有这样的命令'start-quic-tunnel

所以我按照说明进行操作:

python3 -m pip install pymobiledevice3==2.30.0 construct==2.10.69

之后,我再次尝试,再次出现此错误:

pymobiledevice3 未安装

有人可以帮我吗?

ios ipad ios17 altstore
1个回答
0
投票

可能 python 二进制文件目录不在您的路径中。 尝试更换:

pymobiledevice3

与:

python3 -m pymobiledevice3
© www.soinside.com 2019 - 2024. All rights reserved.