1. 09 Aug, 2023 1 commit
    • Victoria Ashworth's avatar
      New tooling for iOS 17 physical devices (#131865) · d631b262
      Victoria Ashworth authored
      This PR includes the following changes. These changes only apply to iOS 17 physical devices.
      
      | Command | Change Description  | Changes to User Experience |
      | ------------- | ------------- | ------------- |
      | `flutter run --release` | Uses `devicectl` to install and launch application in release mode.  | No change.  |
      | `flutter run`  | Uses Xcode via automation scripting to run application in debug and profile mode. | Xcode will be opened in the background. Errors/crashes may be caught in Xcode and therefore may not show in terminal. |
      | `flutter run --use-application-binary=xxxx` | Creates temporary empty Xcode project and use Xcode to run via automation scripting in debug and profile. | Xcode will be opened in the background. Errors/crashes may be caught in Xcode and therefore may not show in terminal.  |
      | `flutter install` | Uses `devicectl` to check installed apps, install app, uninstall app.  | No change.  |
      | `flutter screenshot` | Will return error.  | Will return error.  |
      
      Other changes include:
      * Using `devicectl` to get information about the device
      * Using `idevicesyslog` and Dart VM logging for device logs
      
      Note:
      Xcode automation scripting (used in `flutter run` for debug and profile) does not work in a headless (without a UI) interface. No known workaround.
      
      Fixes https://github.com/flutter/flutter/issues/128827, https://github.com/flutter/flutter/issues/128531.
      d631b262
  2. 20 Jun, 2023 1 commit
  3. 22 May, 2023 1 commit
  4. 04 Apr, 2023 1 commit
  5. 29 Mar, 2023 1 commit
  6. 15 Mar, 2023 1 commit
  7. 07 May, 2022 1 commit
  8. 27 Apr, 2022 1 commit
  9. 12 Apr, 2022 1 commit
  10. 19 Oct, 2021 1 commit
  11. 15 Oct, 2021 2 commits
  12. 08 Oct, 2021 3 commits
  13. 16 Aug, 2021 1 commit
  14. 08 Jul, 2021 1 commit
  15. 23 Jun, 2021 1 commit
  16. 13 May, 2021 1 commit
  17. 12 May, 2021 1 commit
  18. 14 Apr, 2021 1 commit
  19. 08 Apr, 2021 1 commit
  20. 06 Apr, 2021 1 commit
  21. 01 Apr, 2021 1 commit
  22. 31 Mar, 2021 1 commit
  23. 24 Mar, 2021 1 commit
  24. 18 Feb, 2021 1 commit
  25. 11 Feb, 2021 1 commit
  26. 27 Jan, 2021 1 commit
  27. 30 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] remove fallback discovery and observatory timeout (#68756) · 44d0e52d
      Jonah Williams authored
      The flutter run failures are cause by the application occasionally taking a long time to start up. This caused the ios fallback discovery to kick in, which will always fail if the application hasn't started. Solution: remove the iOS fallback discovery and wait up to 30 seconds.
      
      This has not proven to reduce the flakes, but it does at least remove one error case and removes code that will no longer work without the mDNS fallback.
      44d0e52d
  28. 03 Oct, 2020 1 commit
  29. 30 Sep, 2020 3 commits
  30. 28 Jul, 2020 1 commit
  31. 20 Jul, 2020 1 commit
  32. 29 Jun, 2020 1 commit
  33. 26 Jun, 2020 1 commit
  34. 18 Jun, 2020 1 commit
  35. 09 Jun, 2020 1 commit