-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Remove extended attributes from entire Flutter project #81435
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
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.
Reverts #81342.
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.
Instead of removing from the IosProject directory, remove from the entire project directory.
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.
Reverts #81342.
|
User confirmed this fixed their issue #80978 (comment) |
christopherfujino
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.
LGTM
|
@zanderso You removed the |
|
Ah, I misunderstood a conversation I had with @godofredoc. I've added back the tag. |
* Remove extended attributes from entire Flutter project (#81435) * roll engine cherrypicks Co-authored-by: Jenn Magder <magder@google.com>
Revert #81342, users reported that didn't fix #80978.
Instead of just removing the Finder extended attributes from the
iosdirectory, do it for the entire Flutter project directory since users are reporting this is related to images in an asset directory in the root of their project.Fixes #80978