diff options
Diffstat (limited to 'chromium/docs/ios/build_instructions.md')
-rw-r--r-- | chromium/docs/ios/build_instructions.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/docs/ios/build_instructions.md b/chromium/docs/ios/build_instructions.md index 5695097a072..2a42d01be38 100644 --- a/chromium/docs/ios/build_instructions.md +++ b/chromium/docs/ios/build_instructions.md @@ -76,6 +76,11 @@ build directories under `out` for Release and Debug device and simulator builds, and generates an appropriate Xcode workspace (`out/build/all.xcworkspace`) as well. +Warning: *do not open `out/build/products.xcodeproj` as this file does not +configure the "Legacy Build System". If you do open this file, many things +won't work properly (clicking on an error won't open the corresponding file, +...).* + More information about [developing with Xcode](xcode_tips.md). You can customize the build by editing the file `$HOME/.setup-gn` (create it if |