Skip to content

Commit 5fa1181

Browse files
committed
fix(ci): add flutter pub get before CocoaPods to generate Generated.xcconfig
1 parent c20e44a commit 5fa1181

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,13 @@ jobs:
346346
ls -la ${{ github.workspace }}/ios/Frameworks/ || echo "Frameworks directory not found"
347347
find ${{ github.workspace }}/ios/Frameworks -name "*.xcframework" -type d || echo "No xcframework found"
348348
349+
- name: Install Flutter Dependencies
350+
run: |
351+
echo "Installing Flutter dependencies..."
352+
flutter pub get
353+
echo "Verifying Generated.xcconfig..."
354+
ls -la ${{ github.workspace }}/ios/Flutter/Generated.xcconfig
355+
349356
- name: Setup CocoaPods
350357
run: |
351358
cd ${{ github.workspace }}/ios

0 commit comments

Comments
 (0)