We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e1186a commit 6b8690eCopy full SHA for 6b8690e
1 file changed
.github/workflows/debugbuild.yml
@@ -62,6 +62,12 @@ jobs:
62
working-directory: ios
63
run: pod install
64
65
+ - name: Echo Podfile after installing pods (iOS)
66
+ if: matrix.os == 'macos-latest' && always()
67
+ run: |
68
+ echo "Echoing Podfile contents:"
69
+ cat ios/Podfile || true # Adjust the path if needed
70
+
71
- name: Build iOS (Debug - No Codesign)
72
if: matrix.os == 'macos-latest'
73
run: flutter build ios --debug --no-codesign
0 commit comments