We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdaca4d commit d80f645Copy full SHA for d80f645
1 file changed
.github/workflows/build.yaml
@@ -19,6 +19,18 @@ jobs:
19
ruby-version: 3.3.6
20
bundler-cache: true
21
22
+ - name: Set Xcode version
23
+ uses: maxim-lobanov/setup-xcode@v1
24
+ with:
25
+ xcode-version: "16.2"
26
+
27
+ - name: Check Xcode
28
+ run: xcode-select -p && xcodebuild -version
29
30
+ - name: Check Simulators
31
+ run: |
32
+ xcodebuild -scheme Example-iOS -showdestinations
33
34
# - name: Check Cache
35
# uses: actions/cache@v2
36
# id: cocoapods-cache
0 commit comments