ci(ios): disable SwiftPM so Podfile keeps Firebase out of iOS build
This commit is contained in:
@@ -124,7 +124,9 @@ jobs:
|
||||
run: flutter pub get
|
||||
|
||||
- name: Build iOS
|
||||
run: flutter build ios --release --no-codesign
|
||||
run: |
|
||||
flutter config --no-enable-swift-package-manager
|
||||
flutter build ios --release --no-codesign
|
||||
|
||||
- name: Fix ogg_opus_player macOS libs
|
||||
run: ./scripts/fix_opus_macos.sh
|
||||
|
||||
Reference in New Issue
Block a user