• 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
Name
Last commit
Last update
.github Loading commit data...
.vscode Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.ci.yaml Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CODEOWNERS Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENT_GRANT Loading commit data...
README.md Loading commit data...
TESTOWNERS Loading commit data...
analysis_options.yaml Loading commit data...
dartdoc_options.yaml Loading commit data...
flutter_console.bat Loading commit data...