diff --git a/.github/workflows/messaging.yml b/.github/workflows/messaging.yml index 596fcb80bf9..2939d779594 100644 --- a/.github/workflows/messaging.yml +++ b/.github/workflows/messaging.yml @@ -198,6 +198,8 @@ jobs: run: scripts/install_prereqs.sh MessagingSampleStandaloneWatchApp watchOS - name: Xcode run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer + - name: Install watchOS simulators in case they are missing. + run: sudo xcodebuild -downloadPlatform watchOS - name: Build run: ([ -z $plist_secret ] || scripts/build.sh MessagingSampleStandaloneWatchApp watchOS) - name: Upload xcodebuild logs