We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d3ef8 commit dce8ac4Copy full SHA for dce8ac4
.github/workflows/NativePipeline.yml
@@ -509,12 +509,16 @@ jobs:
509
- name: "Check available Xcode versions"
510
run: |
511
ls /Applications
512
+ - name: "Install applesimutils"
513
+ run: |
514
+ brew tap wix/brew
515
+ brew install applesimutils
516
- name: "Check available devices"
517
518
applesimutils --list
519
# Used when new xCode version of simulator should be created
520
- name: Update Xcode
- run: sudo xcode-select --switch /Applications/Xcode_14.0.1.app
521
+ run: sudo xcode-select --switch /Applications/Xcode_15.0.1.app
522
- name: "Clean detox framework cache"
523
run: npx detox clean-framework-cache
524
- name: "Build detox framework cache"
0 commit comments