We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20e44a commit 5fa1181Copy full SHA for 5fa1181
.github/workflows/build.yaml
@@ -346,6 +346,13 @@ jobs:
346
ls -la ${{ github.workspace }}/ios/Frameworks/ || echo "Frameworks directory not found"
347
find ${{ github.workspace }}/ios/Frameworks -name "*.xcframework" -type d || echo "No xcframework found"
348
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
+
356
- name: Setup CocoaPods
357
run: |
358
cd ${{ github.workspace }}/ios
0 commit comments