Skip to content

Commit b4264aa

Browse files
Working on iOS GitHub CI
1 parent cdc196f commit b4264aa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,11 @@ jobs:
208208
xcrun simctl boot "$SIMULATOR_ID"
209209
xcrun simctl list devices booted
210210
211+
# Install the app using xcrun. Apparently, there's no Flutter command to
212+
# install an unsigned iOS app. The "flutter install" command only works if
213+
# the app is signed.
211214
- name: Install the app
212-
run: flutter install --debug --verbose
215+
run: xcrun simctl install booted build/ios/iphoneos/Runner.app
213216

214217
- name: Run the iOS deep link tests
215218
run: flutter test test_driver/deep_link_ios_test.dart

0 commit comments

Comments
 (0)