Skip to content

Commit 668ee56

Browse files
bmehta001Copilot
andcommitted
Document python3 requirement for iOS tests
Add a short note to the iOS getting-started doc that build-tests-ios.sh requires python3 on PATH to parse simctl JSON when resolving the simulator name. Co-authored-by: Copilot <[email protected]>
1 parent 026d86e commit 668ee56

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/cpp-start-ios.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Run `build-ios.sh [clean] [release|debug] [arm64|arm64e]`.
2020

2121
Run `./build-tests-ios.sh [release|debug] "<simulator name>"`.
2222

23+
The script requires `python3` on `PATH` to parse `simctl --json` when resolving the simulator name.
24+
2325
Example:
2426

2527
```sh

0 commit comments

Comments
 (0)