-
Notifications
You must be signed in to change notification settings - Fork 194
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
iOS Rive initialization crash: init -> rive_text_ffi not found #432
Comments
Hi @julianfalcionelli, is this failing for you locally?
Can you try running You can also try initializing Rive earlier in your app lifecycle. For example, at the start of
|
Hi @HayesGordon , thanks for your reply. My Flutter version is:
We can reproduce this in all the iOS devices we have (I can get you the list of models and iOS versions next week since I have to contact QA), for me I am testing on an iPhone SE and emulator (iPhone 15 Pro - iOS 17). I tried by cleaning everything and rebuilding ( I also tried calling the
Just got a replay from QA, the iOS devices they are using are:
|
Hi, DescriptionSimply calling RiveAnimation.asset('assets/animations/loading.riv') No animation displayed and the following error appears in the logs. Flutter clean and rebuild didn't help. Works fine on Android
Rive version
Flutter Doctor
Tested devicesIphone SE 2020 ios 16.6.1 |
Description
On iOS my rive animations are failing on initialization.
On Android this is working as expected.
Rive version
rive: ^0.13.16
Flutter Doctor
Rive File
get_started.riv.zip
Code
The text was updated successfully, but these errors were encountered: