-
Notifications
You must be signed in to change notification settings - Fork 29.8k
V1.9.1 hotfixes #42863
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
V1.9.1 hotfixes #42863
Conversation
|
This pull request was opened against a branch other than master. Since Flutter pull requests should not normally be opened against branches other than master, I have changed the base to master. If this was intended, you may modify the base back to v1.9.1-hotfixes. See the Release Process for information about how other branches get updated. Reviewers: Use caution before merging pull requests to branches other than master. The circumstances where this is valid are very rare. /cc @dnfield |
jmagman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked this out locally, I confirmed it's working as expected.
Before this change with CocoaPods 1.8.3:
[!] Xcode - develop for iOS and macOS (Xcode 11.2)
• Xcode at /Users/magder/Applications/Xcode-11_2.app/Contents/Developer
• Xcode 11.2, Build version 11B41
✗ CocoaPods installed but not initialized.
CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side.
Without CocoaPods, plugins will not work on iOS or macOS.
For more info, see https://flutter.dev/platform-plugins
To initialize CocoaPods, run:
pod setup
once to finalize CocoaPods' installation.
after:
[✓] Xcode - develop for iOS and macOS (Xcode 11.2)
• Xcode at /Users/magder/Applications/Xcode-11_2.app/Contents/Developer
• Xcode 11.2, Build version 11B41
• CocoaPods version 1.8.3
and flutter build ios calls pod install correctly.
Codecov Report
@@ Coverage Diff @@
## v1.9.1-hotfixes #42863 +/- ##
===================================================
+ Coverage 54.25% 55.01% +0.76%
===================================================
Files 196 196
Lines 18280 18291 +11
===================================================
+ Hits 9917 10063 +146
+ Misses 8363 8228 -135
Continue to review full report at Codecov.
|
|
add2app-macos is failing due to #40174, which we decided not to hotfix because it only impacts add-to-app, which is only supported on master since it's experimental. It also failed in hotfix.4 https://github.com/flutter/flutter/pull/41504/checks?check_run_id=239269814 so was not caused by anything in this PR. |
tvolkert
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok to submit on red (including Flutter build, since this doesn't merge to master).
This hotfix addresses the issue described in #41253. In particular it is needed to fix the tool's use of Cocoapods >= 1.8.0.