You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.80. Please mark this comment with 👍 or 👎 to give our bot feedback!
The way WDA is built, it has the version of IOS supported in the name of the xctestrun file.
In some cases I've seen xcode build multiple xctestrun files into the same directory.
As a result my customized wdaproxy chooses the xctestrun file to use based on the version.
I did at one point update wdaproxy to select whatever is there if there is not a specific or higher version than needed available, but it seems some users still encounter this issue.
The "correct" fix for this is to make further changes to update wdaproxy to not have this problem.
The current workaround is to rename the xctestrun file to match the version of your IOS device. The file you need to rename can be found in the stf_ios_support/bin/wda folder once you build everything.
WebDriverAgent is installed in my device correctly
After launching ./run
in my ./view_log -proc wdaproxy
iPhone 8 Plus iOS 13.7
Xcode 12.0.1
The text was updated successfully, but these errors were encountered: