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 3b54e66 commit 77f08a7Copy full SHA for 77f08a7
.github/workflows/iOS-tvOS.yml
@@ -16,8 +16,12 @@ jobs:
16
17
- name: Select Xcode version
18
run: sudo xcode-select -s '/Applications/Xcode_26.1.app/Contents/Developer'
19
+ - name: Clear Xcode Simulators List
20
+ run: sudo xcrun simctl list > /dev/null
21
- name: Install iOS Xcode Component
- run: sudo xcodebuild -downloadPlatform iOS -architectureVariant universal
22
+ run: sudo xcodebuild -downloadPlatform iOS
23
+ - name: Install tvOS Xcode Component
24
+ run: sudo xcodebuild -downloadPlatform tvOS
25
26
- name: Swift Version
27
run: swift --version
0 commit comments