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 e46a20c commit 3b54e66Copy full SHA for 3b54e66
.github/workflows/iOS-tvOS.yml
@@ -16,6 +16,8 @@ jobs:
16
17
- name: Select Xcode version
18
run: sudo xcode-select -s '/Applications/Xcode_26.1.app/Contents/Developer'
19
+ - name: Install iOS Xcode Component
20
+ run: sudo xcodebuild -downloadPlatform iOS -architectureVariant universal
21
22
- name: Swift Version
23
run: swift --version
0 commit comments