-
Notifications
You must be signed in to change notification settings - Fork 204
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
undefined symbol: hb_style_get_value #437
Comments
Downgrading to rive 0.13.14 and rive_common 0.4.11 fixes it for now |
@liquidiert @ I have same issue [√] Flutter (Channel stable, 3.24.5, on Microsoft Windows [Version 10.0.22631.4460], locale en-IN) lld-link : error : undefined symbol: hb_style_get_value [C:\Users\aryap\my_slip\my_slip\build\windows\x64\plugins\rive_common\rive_common_plugin.vcxproj] |
Thanks for reporting, we'll get a fix out soon. |
Resolves: #437 Diffs= c084b3c608 Flutter/fix missing hb style get value (#8665) 5d65f91a4d Draggables (aka scrolling) (#8493) 043dbff5a7 Nnnn data bind fixes part 2 (#8637) 8251557144 make nested animation properties bindable (#8642) f846fe28e9 Layout display & animation duration keyable (#8553) Co-authored-by: Gordon <pggordonhayes@gmail.com>
This should be resolved in |
Description
When using rive 0.13.19 I get the following exception:
lld-link : error : undefined symbol: hb_style_get_value [C:\Users\<redacted>\Documents\git_repos\<redacted>\build\windows\x64\plugins\rive_common\rive_common_plugin.vcxproj]
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
The build succeeds
Device & Versions (please complete the following information)
flutter --version
Additional context
I think the issue stems from latest
rive_common
.hb_style_get_value
comes from the harfbuzz dependency.The text was updated successfully, but these errors were encountered: