jiaxw32

Results 14 comments of jiaxw32

upgrade Xcode to the latest version and clone the latest WebDriverAgent repo (https://github.com/appium/WebDriverAgent) solve my problem.

@InsaneQA Hi, I use the python library [facebook-wda](https://github.com/openatx/facebook-wda) not the Airtest IDE. The facebook-wda lib work for me and can connect the device right. If you use the lasted WebDriverAgent...

同样超时,报错信息如下: ``` macbook@admin ~ % python3.8 /opt/dump/frida-ios-dump/dump.py com.ss.iphone.ugc.Aweme Start the target app com.ss.iphone.ugc.Aweme Dumping 抖音短视频 to /var/folders/xr/3w5bs_f52rl80kt8ymmdkxgc0000gn/T *** Caught exception: : timeout was reached Traceback (most recent call last): File...

> https://github.com/TozyZuo/TZLoadAllLibs 给力!亲测,好用,坐标淘宝 搞不懂这么多人踩人家答案,不会用?

python 3.8 , iOS 10.0.1 越狱机也遇到同样的问题,卡住一直不动 ``` macbook@admin ~ % python3.8 /opt/dump/frida-ios-dump/dump.py com.meituan.imeituan Start the target app com.meituan.imeituan Dumping 美团 to /var/folders/xr/3w5bs_f52rl80kt8ymmdkxgc0000gn/T ```

> python 3.8 , iOS 10.0.1 越狱机也遇到同样的问题,卡住一直不动 > > ``` > macbook@admin ~ % python3.8 /opt/dump/frida-ios-dump/dump.py com.meituan.imeituan > Start the target app com.meituan.imeituan > Dumping 美团 to /var/folders/xr/3w5bs_f52rl80kt8ymmdkxgc0000gn/T > ```...

使用 `file` 命令查看 `Pillow` 架构,如果安装的是 x86_64 架构的 `Pillow` ``` ➜ $ file /Users/admin/Library/Python/3.8/lib/python/site-packages/PIL/_imaging.cpython-38-darwin.so /Users/admin/Library/Python/3.8/lib/python/site-packages/PIL/_imaging.cpython-38-darwin.so: Mach-O 64-bit bundle x86_64 ``` 这样执行 ```shell $ arch -x86_64 tidevice version ``` `arm64` 架构的 `Pillow`...

macOS 亲测好用,终于可以抛弃 `xcodebuild` 了,感谢作者,很给力! 1. `iproxy` 转发端口 ```shell # 8101、8102 为本地端口,8100 为设备中 wda 监听端口 iproxy 8101 8100 -u & iproxy 8102 8100 -u & ``` 2. `tidevice` 启动 `wda` ```...

> IOS 10 越狱设备 > 恢复符号后 拷贝回去 闪退 已经安装了appsync, > 请问君哥 什么情况啊。 同问,楼主解决了吗?越狱机安装了 appsync,启动后还是闪退。貌似还是签名较验问题 控制台日志 ``` Unable to obtain a process handle for SystemUI unknown identifier: 'com.ss.iphone.ugc.Aweme' -CMSessionMgr- CMSession: Client...