commit | a4883de38f0e3c1abb44043fb874350f77092369 | [log] [tgz] |
---|---|---|
author | Jakob Andersen <jakobr@google.com> | Wed Mar 08 05:34:38 2017 +0100 |
committer | Chris Bracken <chris@bracken.jp> | Tue Mar 07 20:34:38 2017 -0800 |
tree | 3be334ba4ac14653096fcb4142e6fa543f97528a | |
parent | 68fb3e4868fb8183cbcae39bcbbafc90cce98129 [diff] |
Run 'pod install' before building iOS app. (#8609) Since iOS builds are CocoaPods enabled by default, we should make sure to run `pod install` to get pods wired up before building the app. Also added a check to `flutter doctor` to verify CocoaPods is installed. I'm passing FLUTTER_FRAMEWORK_DIR to the `pod install` command, so we can have the app's Podfile link in Flutter.framework as a pod instead of having to copy it over in xcode_backend.sh.
Flutter is a new way to build high-performance, cross-platform mobile apps. Flutter is optimized for today‘s, and tomorrow’s, mobile devices. We are focused on low-latency input and high frame rates on Android and iOS.
Flutter is an early-stage open-source project. We are still missing core features like accessibility, text input, localization, and more. However, you can build demos and examples today. We hope you try it out and send us feedback.
For information about using Flutter to build apps, please see the getting started guide.
For information about contributing code to Flutter itself, please see CONTRIBUTING.md.
Join us in our Gitter chat room or join our public mailing list, flutter-dev@googlegroups.com.