Closed e790a8 closed 1 year ago
当设备装有字节的fastboot时,获取wda bundleID不正确,原因是bundleID的判断有问题。
将bundleID判断同tidevice一致后,获取结果正确
另一种建议 https://github.com/AirtestProject/Airtest/blob/master/airtest/core/ios/ios.py#L322C27-L322C27 如果wda_bundle_id没有其他用途的话,可以直接透传,由tidevice决定需要启动的wda。
tidevice相关 https://github.com/alibaba/taobao-iphone-device/blob/main/tidevice/_device.py#L964 tidevice识别wda的bundleID标识为com.*.xctrunner
非常感谢你的PR,将在1.3.2版本中放出
当设备装有字节的fastboot时,获取wda bundleID不正确,原因是bundleID的判断有问题。
将bundleID判断同tidevice一致后,获取结果正确
另一种建议 https://github.com/AirtestProject/Airtest/blob/master/airtest/core/ios/ios.py#L322C27-L322C27 如果wda_bundle_id没有其他用途的话,可以直接透传,由tidevice决定需要启动的wda。
tidevice相关 https://github.com/alibaba/taobao-iphone-device/blob/main/tidevice/_device.py#L964 tidevice识别wda的bundleID标识为com.*.xctrunner