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 231afff commit a5b24c4Copy full SHA for a5b24c4
.github/actions/xcframework/action.yml
@@ -24,7 +24,13 @@ runs:
24
- name: Set up XCode
25
uses: maxim-lobanov/setup-xcode@v1
26
with:
27
- xcode-version: latest-stable
+ # TODO: Update to latest-stable once GH installs iOS 26 simulators
28
+ xcode-version: '^16.4.0'
29
+
30
+ - name: List simulators
31
+ shell: bash
32
+ run: |
33
+ xcrun xctrace list devices
34
35
- name: Build iOS & macOS xcframework
36
shell: bash
0 commit comments