Always re-copy Framework/podspec for iOS module project#45877
Always re-copy Framework/podspec for iOS module project#45877jonahwilliams merged 4 commits intoflutter:masterfrom
Conversation
|
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. |
jmagman
left a comment
There was a problem hiding this comment.
Hm this looks so much like #37450 except copied instead of symlinked, which I don't think should matter (though copying is a much better idea). I wonder why that one didn't pass but this one did...
LGTM and thanks for doing this!
|
@jmagman How flaky was the test previously? Should I be able to tell that this is "fixed" fixed in 2/5/10 runs? |
If I recall, unscientifically... 3-4 times? 😅 |
Description
When deleting the ephemeral directory for an iOS module project, recopy a debug Framework and podspec into the ephemeral directory so that the next run of cocoapods does not fail.
fixes #42956