1. 04 Aug, 2023 1 commit
    • Victoria Ashworth's avatar
      Check for simulator runtime in flutter doctor (#131795) · b39604e0
      Victoria Ashworth authored
      Redo of https://github.com/flutter/flutter/pull/130728 - code is the same as before. That PR was stuck in Google testing and then I messed up the rebase so started over.
      
      ----
      
      Starting in Xcode 15, the simulator is no longer included in Xcode and must be downloaded and installed separately. This adds a validation to `flutter doctor` to warn when the needed simulator runtime is missing.
      
      Validation message looks like:
      ```
      [!] Xcode - develop for iOS and macOS (Xcode 15.0)
          ! iOS 17.0 Simulator not installed; this may be necessary for iOS and macOS development.
            To download and install the platform, open Xcode, select Xcode > Settings > Platforms,
            and click the GET button for the required platform.
      
            For more information, please visit:
              https://developer.apple.com/documentation/xcode/installing-additional-simulator-runtimes
      ```
      
      It may also show an error like this when something goes wrong when checking for the simulator:
      ```
      [!] Xcode - develop for iOS and macOS (Xcode 15.0)
          ✗ Unable to find the iPhone Simulator SDK.
      ```
      
      Note: I'm unsure of in the future if the SDK and the simulator runtime will need to match the exact version or just the major. For now, it only checks against the major version.
      
      Part 3 of https://github.com/flutter/flutter/issues/129558.
      b39604e0
  2. 19 May, 2023 1 commit
  3. 27 Apr, 2023 1 commit
  4. 29 Mar, 2023 1 commit
  5. 15 Mar, 2023 1 commit
  6. 13 Mar, 2023 1 commit
  7. 03 Mar, 2023 1 commit
  8. 23 Sep, 2022 1 commit
  9. 02 Sep, 2022 1 commit
  10. 26 Jul, 2022 1 commit
  11. 18 Jul, 2022 1 commit
  12. 16 Jun, 2022 2 commits
  13. 25 May, 2022 1 commit
  14. 02 Mar, 2022 1 commit
  15. 02 Feb, 2022 1 commit
  16. 05 Nov, 2021 1 commit
  17. 02 Nov, 2021 1 commit
  18. 07 Oct, 2021 3 commits
  19. 01 Oct, 2021 2 commits
  20. 14 Sep, 2021 1 commit
  21. 30 Jul, 2021 1 commit
  22. 29 Apr, 2021 1 commit
  23. 28 Apr, 2021 1 commit
  24. 27 Apr, 2021 1 commit
  25. 22 Apr, 2021 1 commit
  26. 21 Apr, 2021 2 commits
  27. 17 Apr, 2021 1 commit
  28. 09 Apr, 2021 1 commit
  29. 05 Apr, 2021 1 commit
  30. 31 Mar, 2021 1 commit
  31. 24 Mar, 2021 1 commit
  32. 05 Mar, 2021 1 commit
  33. 04 Mar, 2021 1 commit
  34. 03 Mar, 2021 1 commit
  35. 09 Feb, 2021 1 commit