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 c427593 commit 8f8f2c0Copy full SHA for 8f8f2c0
.github/workflows/messaging.yml
@@ -198,6 +198,8 @@ jobs:
198
run: scripts/install_prereqs.sh MessagingSampleStandaloneWatchApp watchOS
199
- name: Xcode
200
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
201
+ - name: Install watchOS simulators in case they are missing.
202
+ run: sudo xcodebuild -downloadPlatform watchOS
203
- name: Build
204
run: ([ -z $plist_secret ] || scripts/build.sh MessagingSampleStandaloneWatchApp watchOS)
205
- name: Upload xcodebuild logs
0 commit comments