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 7de3b51 commit 664cd5eCopy full SHA for 664cd5e
.github/workflows/ci.yml
@@ -170,7 +170,14 @@ jobs:
170
max_attempts: 3
171
command: sudo xcodes runtimes install '${{ matrix.runtime }}'
172
173
- - name: "List Available Runtimes, Simulators, and Destinations"
+ - if: ${{ matrix.platform[0] != 'macOS' }}
174
+ name: Create Required Simulators
175
+ run: |
176
+ set -eo pipefail
177
+ xcrun simctl delete all
178
+ fastlane create_simulators platform:${{ matrix.platform[0] }} version:${{ matrix.platform[1] }}
179
+
180
+ - name: List Available Runtimes, Simulators, and Destinations
181
run: |
182
xcrun simctl list
183
xcodebuild -scheme "SwiftUIIntrospect" -showdestinations
0 commit comments