We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2443eb1 commit c59c244Copy full SHA for c59c244
1 file changed
.github/workflows/ios-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
include:
16
- - xcode_version: '15.4'
+ - xcode_version: '16.2'
17
ios_name: 'iPhone 15 Pro'
18
os_version: '17.5'
19
@@ -45,6 +45,13 @@ jobs:
45
- name: Clean Derived Data
46
run: rm -rf ~/Library/Developer/Xcode/DerivedData
47
48
+ - name: List available simulators
49
+ run: |
50
+ echo "Available iOS Simulators:"
51
+ xcrun simctl list devices
52
+ echo "Available runtimes:"
53
+ xcrun simctl list runtimes
54
+
55
- name: Install Pods
56
working-directory: Example
57
run: pod install
0 commit comments