Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with Flutter >1.9.0 #1

Open
jmagman opened this issue Sep 24, 2019 · 0 comments
Open

Incompatibility with Flutter >1.9.0 #1

jmagman opened this issue Sep 24, 2019 · 0 comments
Assignees

Comments

@jmagman
Copy link

jmagman commented Sep 24, 2019

cocoapods-integrate-flutter will no longer with with any version of Flutter greater than or equal to 1.9.0. In particular, podhelper.rb no longer uses Generated.xcconfig and that file should never be #included anywhere.

New instructions:
https://github.com/flutter/flutter/wiki/Add-Flutter-to-existing-apps#add-your-flutter-app-to-your-podfile
Migration instructions:
https://github.com/flutter/flutter/wiki/Upgrading-Flutter-added-to-existing-iOS-Xcode-project
Flutter PR with most of the changes:
flutter/flutter#36793

podhelper template:
https://github.com/flutter/flutter/blob/master/packages/flutter_tools/templates/module/ios/library/Flutter.tmpl/podhelper.rb.tmpl

Usage:
https://github.com/flutter/flutter/blob/master/dev/integration_tests/ios_host_app/Podfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants