Handle hidden dot files in iOS framework bundles#99771
Handle hidden dot files in iOS framework bundles#99771fluttergithubbot merged 3 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 on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
Co-authored-by: Christopher Fujino <[email protected]>
|
HI, When wil this fix be released? I checked it is not included at 3.0.5 tag. But it has been two months since it was merged... |
|
@casyalex It became available in 2.13.0-0.1.pre, so the fix is also in 3.0.5. Just confirmed: If you're still seeing a problem, please file a new issue and completely fill out the template. Thanks! |
|
#
@jmagman Might got override or some how, please check above link? I alos check my local 3.0.5 source code, the continue still there.. here is the whole file https://github.com/flutter/flutter/blob/3.0.5/packages/flutter_tools/bin/podhelper.rb =============================== Sorry. I found out I reply the wrong MR, it should reference this. And this mr should be the cause of this issue. And it still not included in stable channel... |
|
@casyalex #104296 is in 3.1.0-9.0.pre. Please see https://github.com/flutter/flutter/wiki/Where's-my-Commit%3F#finding-the-versions-that-contain-framework-commit-x |
Fixes #99229
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.