@@ -435,37 +435,40 @@ jobs:
435
435
name : quickstart_artifacts_firestore
436
436
path : quickstart-ios/
437
437
438
- check_framework_firestore_symbols :
439
- # Don't run on private repo.
440
- if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
441
- needs : package-head
442
- env :
443
- FRAMEWORK_DIR : " Firebase-actions-dir"
444
- FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT : 1
445
- runs-on : macos-12
446
- steps :
447
- - name : Xcode 14.1
448
- run : sudo xcode-select -s /Applications/Xcode_14.1.app/Contents/Developer
449
- - uses : actions/checkout@v3
450
- - name : Get framework dir
451
- uses : actions/download-artifact@v1
452
- with :
453
- name : Firebase-actions-dir
454
- - uses : ruby/setup-ruby@v1
455
- - name : Setup Bundler
456
- run : ./scripts/setup_bundler.sh
457
- - name : Install xcpretty
458
- run : gem install xcpretty
459
- - name : Move frameworks
460
- run : |
461
- mkdir -p "${HOME}"/ios_frameworks/
462
- find "${GITHUB_WORKSPACE}/${FRAMEWORK_DIR}" -name "Firebase*latest.zip" -exec unzip -d "${HOME}"/ios_frameworks/ {} +
463
- - uses : actions/checkout@v3
464
- - name : Check linked Firestore.xcframework for unlinked symbols.
465
- run : |
466
- scripts/check_firestore_symbols.sh \
467
- $(pwd) \
468
- "${HOME}"/ios_frameworks/Firebase/FirebaseFirestore/FirebaseFirestore.xcframework
438
+ # TODO(#11849) Restore this test when SPM updates its gRPC dependency version and CocoaPods is
439
+ # realigned.
440
+
441
+ # check_framework_firestore_symbols:
442
+ # # Don't run on private repo.
443
+ # if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
444
+ # needs: package-head
445
+ # env:
446
+ # FRAMEWORK_DIR: "Firebase-actions-dir"
447
+ # FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
448
+ # runs-on: macos-12
449
+ # steps:
450
+ # - name: Xcode 14.1
451
+ # run: sudo xcode-select -s /Applications/Xcode_14.1.app/Contents/Developer
452
+ # - uses: actions/checkout@v3
453
+ # - name: Get framework dir
454
+ # uses: actions/download-artifact@v1
455
+ # with:
456
+ # name: Firebase-actions-dir
457
+ # - uses: ruby/setup-ruby@v1
458
+ # - name: Setup Bundler
459
+ # run: ./scripts/setup_bundler.sh
460
+ # - name: Install xcpretty
461
+ # run: gem install xcpretty
462
+ # - name: Move frameworks
463
+ # run: |
464
+ # mkdir -p "${HOME}"/ios_frameworks/
465
+ # find "${GITHUB_WORKSPACE}/${FRAMEWORK_DIR}" -name "Firebase*latest.zip" -exec unzip -d "${HOME}"/ios_frameworks/ {} +
466
+ # - uses: actions/checkout@v3
467
+ # - name: Check linked Firestore.xcframework for unlinked symbols.
468
+ # run: |
469
+ # scripts/check_firestore_symbols.sh \
470
+ # $(pwd) \
471
+ # "${HOME}"/ios_frameworks/Firebase/FirebaseFirestore/FirebaseFirestore.xcframework
469
472
470
473
quickstart_framework_inappmessaging :
471
474
# Don't run on private repo.
0 commit comments