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 8abbd81 commit 26fa609Copy full SHA for 26fa609
.github/workflows/objective_c.yaml
@@ -97,7 +97,7 @@ jobs:
97
- name: Build the example app for macos
98
run: flutter build macos
99
- name: Build the example app for ios
100
- run: flutter build ios
+ run: flutter build ios --no-codesign
101
- name: Check for xcode for analyzer warnings
102
run: xcodebuild analyze -workspace macos/Runner.xcworkspace -scheme Runner -configuration Debug GCC_TREAT_WARNINGS_AS_ERRORS=YES
103
0 commit comments