未验证 提交 06d5bd6b 编写于 作者: C Chris Bracken 提交者: GitHub

Document that Xcode 9 is required to build the engine (#4469)

The engine build bots and engine development team now rely solely on
Xcode 9 to build the engine. The iOS 11 SDK is required (though we build
with deployment target of iOS 8) for several features such as safe area
inset support.
上级 1c463196
......@@ -136,7 +136,7 @@ to test the engine.
### iOS (cross-compiling from Mac)
* Make sure you have Xcode 7.3.0+ installed.
* Make sure you have Xcode 9.0+ installed.
* `git pull upstream master` in `src/flutter` to update the Flutter Engine repo.
* `gclient sync` to update dependencies.
* `./flutter/tools/gn --ios --unoptimized` to prepare build files (or `--ios --simulator --unoptimized` for simulator).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册