-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Skip pod initialization if version >= 1.8.0. #41491
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
Conversation
.cirrus.yml
Outdated
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.
\cc @digiter
stuartmorgan-g
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.
This is much better than my suggestion :)
Codecov Report
@@ Coverage Diff @@
## master #41491 +/- ##
=========================================
Coverage ? 60.24%
=========================================
Files ? 193
Lines ? 18841
Branches ? 0
=========================================
Hits ? 11350
Misses ? 7491
Partials ? 0
Continue to review full report at Codecov.
|
|
Landing on red tests, issue was fixed 3 days ago with d968b7c. |
Description
CocoaPods 1.8.0 no longer requires
pod setupto be run since it doesn't need the local specs repository set up.Also remove hard-coded 1.7.5 device lab version since 1.8.1 has fixed the gem issue introduced in 1.8.0.
Related Issues
Fixes #41253.
Fixes #41221.
Tests
Added cocoapods_test.
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change