mrsuper tubolinea

This commit is contained in:
Mercurio 2024-01-01 18:41:10 +01:00 committed by GitHub
parent 9feb6a2e8d
commit f5e58f4492
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,8 @@ Install the suggested Flutter, Dart, and linting extensions in Visual Studio Cod
flutter doctor flutter doctor
``` ```
Once you've done that, from the same terminal, run this command to generate a .IPA file - once you're done it's a matter of sideloading it to your device. since i've never owned an apple device i have no idea how to do that. iOS artifacts are saved in `build/ios/runner/` Once you've done that, from the same terminal, run this command to generate a .IPA file - once you're done it's a matter of sideloading it to your device. since i've never owned an apple device i have no idea how to do that. iOS artifacts are saved in `build/ios/runner/`.
```bash ```bash
flutter build ios --debug flutter build ios --debug
``` ```