-
Notifications
You must be signed in to change notification settings - Fork 29.7k
[WIP] Symlink Flutter.framework when the ephemeral directory gets generated from the template #37450
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
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. While there are exceptions to this rule, if this patch modifies code it is probably not an exception. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. /cc @dnfield |
|
Might be worth documenting that the file is important somewhere (maybe in the file itself?) |
I don't think it is important since adding it back didn't make the integration_tests-macos pass. It was a failed theory. |
|
pity |
357d537 to
9262c47
Compare
Codecov Report
@@ Coverage Diff @@
## master #37450 +/- ##
==========================================
- Coverage 62.45% 59.04% -3.41%
==========================================
Files 198 194 -4
Lines 19166 18877 -289
==========================================
- Hits 11970 11146 -824
- Misses 7196 7731 +535
Continue to review full report at Codecov.
|
7523638 to
2996519
Compare
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
Superseded by #45877 |
Description
When the pubspec changes in an add-to-app module,
flutter pub getwill trigger a regeneration of the ephemeral directory from the template. Ifflutter build iosisn't run in the module orpod installin the host app, the framework never gets copied from the engine artifacts cache, and the Xcode host app won't subsequently compile.Tests
Re-enable flaky test turned off in #37442.
Add check for these directories.
Related Issues
Fixes #37525.
Fixes #42956