File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168168 run : flutter pub get
169169
170170 - name : Build the app
171- run : flutter build ios --debug --verbose --no-codesign
171+ run : flutter build ios --debug --verbose --simulator -- no-codesign
172172
173173 - name : Check for built app
174174 run : |
@@ -181,12 +181,12 @@ jobs:
181181 ls -la build/ios
182182 echo ""
183183
184- echo "build/ios/Debug-iphoneos /"
185- ls -la build/ios/Debug-iphoneos
184+ echo "build/ios/Debug-iphonesimulator /"
185+ ls -la build/ios/Debug-iphonesimulator
186186 echo ""
187187
188- echo "build/ios/iphoneos /"
189- ls -la build/ios/iphoneos
188+ echo "build/ios/iphonesimulator /"
189+ ls -la build/ios/iphonesimulator
190190 echo ""
191191
192192# - name: Build iOS App
@@ -212,7 +212,7 @@ jobs:
212212 # install an unsigned iOS app. The "flutter install" command only works if
213213 # the app is signed.
214214 - name : Install the app
215- run : xcrun simctl install booted build/ios/iphoneos /Runner.app
215+ run : xcrun simctl install booted build/ios/iphonesimulator /Runner.app
216216
217217 - name : Run the iOS deep link tests
218218 run : flutter test test_driver/deep_link_ios_test.dart
You can’t perform that action at this time.
0 commit comments