-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
platform-iosiOS applications specificallyiOS applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Milestone
Description
The first iOS build after flutter create results in fairly massive diffs in the Xcode project files, in particular to the CocoaPods integration. There are also a lot of CocoaPods-related files where I'm not clear on whether these should be under source control or not.
- Can we update the templates to reduce the pod-related diffs on first build?
- Does the
ios/.gitignore(or other.gitignores) need to be updated?
Steps to Reproduce
On a macOS host:
flutter create foobarcd foobargit init; git add .; git commit -m 'Initial commit'- Bring up an iPhone simulator
flutter run -d iPhonegit diff
Metadata
Metadata
Assignees
Labels
platform-iosiOS applications specificallyiOS applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.