diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bc4b6df..462598c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,6 +89,10 @@ jobs: run: npx cap copy ios - name: Update native platform run: npx cap update ios + - name: Set up XCode + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: 14.2.0 - name: Add empty `GoogleService-Info.plist` run: echo "$GOOGLE_SERVICE_INFO_PLIST" > ios/App/App/GoogleService-Info.plist env: