Skip to content

Commit

Permalink
docs: update readme (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Sep 7, 2023
1 parent 17f4aab commit ff5330e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ On top of standard Appium requirements Mac2 driver also expects the following pr
- macOS 10.15 or later
- macOS 11.3 or later and less than macOS 12, and Xcode 12 combination does not work as the build failure
- Xcode 12 or later should be installed
- `xcode-select` should be pointing to `<full_path_to_xcode_app>/Contents/Developer` developer directory instead of `/Library/Developer/CommandLineTools` to run `xcodebuild` commands
- Xcode Helper app should be enabled for Accessibility access. The app itself could be usually found at `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Agents/Xcode Helper.app`. In order to enable Accessibility access for it simply open the parent folder in Finder: `open /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/Agents/` and drag & drop the `Xcode Helper` app to `Security & Privacy -> Privacy -> Accessibility` list of your `System Preferences`. This action must only be done once.
- `testmanagerd` proccess requires UIAutomation authentication since macOS 12. `automationmodetool enable-automationmode-without-authentication` command may help to disable it. This may be particularly useful in CI environments. [Apple forum thread](https://developer.apple.com/forums/thread/693850).

Expand Down

0 comments on commit ff5330e

Please sign in to comment.