We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31110f commit aaa79c7Copy full SHA for aaa79c7
.github/workflows/iOS.yml
@@ -6,7 +6,7 @@ jobs:
6
steps:
7
- uses: actions/checkout@v4
8
- name: Select Xcode
9
- run: sudo xcode-select -s /Applications/Xcode_16.app
+ run: sudo xcode-select -switch /Applications/Xcode_16.app/Contents/Developer
10
- name: Build & Test (Xcodeproj)
11
run: |
12
cd iOS
0 commit comments