SonicCloudOrg / sonic-ios-bridge

🎉Bridge of iOS Devices by usbmuxd. 基于usbmuxd的iOS调试工具。
https://soniccloudorg.github.io/sib/re-sib.html
GNU Affero General Public License v3.0
1.06k stars 240 forks source link

[Bug] sib run wda时 Error while preparing for testing: (null) #75

Closed qianhk closed 10 months ago

qianhk commented 10 months ago

Search before asking

Sonic version

试了 1.3.17 , 1.3.10, 1.3.6 在执行./sonic-ios-bridge run wda时都报错: WebDriverAgentRunner-Runner[357:6521] [Default] Running tests... WebDriverAgentRunner-Runner[357:6521] [Default] Error while preparing for testing: (null)

WebDriverAgentRunner 无论是sonic仓库的版本还是appium的版本都报这个错。 bundle id无论是官方的com.facebook.WebDriverAgentRunner.xctrunner还是自定义修改的都报错。

appium可以启动wda、tidevice xcuitest也可以启动。

Deploy platform

macos 14.2.1 (23C71)

Minimal reproduce step

手机iPhone SE 2 iOS 14.6版本 以及 iPhone15, iOS 17.2.1版本 都是这个现象。

Are you willing to submit a PR?

qianhk commented 10 months ago

试了macos 12.6.4也报这个同样的错误,无法启动wda。

ZhouYixun commented 10 months ago

试下换低版本的xcode重新打包wda,这个问题我们还在看