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 094709f commit 3f7cc0eCopy full SHA for 3f7cc0e
.github/workflows/build.yaml
@@ -77,6 +77,8 @@ jobs:
77
channel: 'stable'
78
- name: Install project dependencies
79
run: flutter pub get
80
+ - name: Install xcode platform support for iOS
81
+ run: xcodebuild -downloadPlatform iOS
82
- name: Build for iOS
83
working-directory: ./example
84
run: flutter build ios --release --no-codesign
@@ -170,4 +172,4 @@ jobs:
170
172
171
173
- name: Build for Web
174
- run: flutter build web --wasm
175
+ run: flutter build web --wasm
0 commit comments