diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3b6bf9..aaa59ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,11 +105,14 @@ jobs: run: xcrun simctl list - name: Install missing Simulators - run: sudo xcodebuild -installAdditionalComponents + run: xcodebuild -downloadAllPlatforms - name: Show Installed Simulators run: xcrun simctl list + - name: Show Installed Simulators + run: xcodebuild -showsdks + - name: Validate Podfile run: pod --version