Victoria Ashworth 00a5e7140d
[stable] Update tests to use Xcode 16.2 and iOS 18.2 Simulator (#166789)
Impacted Users: Flutter Release team, no external users impacted

Impact Description: Runs tests on Xcode 16 and iOS 18 Simulator

Workaround: N/A

Risk: Low

Test Coverage: Yes

Validation Steps: N/A
2025-04-09 19:39:45 +00:00
..

Flutter Engine

gclient bootstrap

Flutter engine uses gclient to manage dependencies.

If you've already cloned the flutter repository:

  1. Copy one of the engine/scripts/*.gclient to the root folder as .gclient:
    1. Googlers: copy rbe.gclient to enable faster builds with RBE
    2. Everyone else: copy standard.gclient
  2. run gclient sync from the root folder