Skip to content

Commit

Permalink
Update run-preinstalled-wda.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Oct 31, 2023
1 parent 7140262 commit 0f48e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/run-preinstalled-wda.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ driver.quit

> **Note**
> As of iOS 17, the testmanagerd service name has changed to `com.apple.dt.testmanagerd.runner` from `com.apple.testmanagerd`.
> It causes an unexpected WDA process crash with embedded XCTest frameworks to run a single WebDriverAgent package to various OS environments without `xcodebuild`.
> As of Appium/WebDriverAgent v5.10.0, the WDA module can refer to the device's local XCTtest frameworks if the WebDriverAgent package had no these frameworks.
> It causes an unexpected WDA process crash with embedded XCTest frameworks while running a single WebDriverAgent package on various OS environments without `xcodebuild`.
> Since appium-webdriveragent v5.10.0, the WDA module can refer to the device's local XCTtest frameworks.
> It lets the Appium/WebDriverAgent package use proper dependencies for the device with a single prebuilt WebDriverAgent package.
> To achieve the system reference, you should remove the package internal's frameworks as below from the `WebDriverAgentRunner-Runner.app`
> with `rm -rf WebDriverAgentRunner-Runner.app/Frameworks/XC*.framework`.
Expand Down

0 comments on commit 0f48e6b

Please sign in to comment.