-
Notifications
You must be signed in to change notification settings - Fork 202
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
Cannot run flutter app with rive latest plugin in ios #439
Comments
+1 |
+1 using the latest flutter version released 2.26. |
+1 |
Encountered the error while updating Flutter version and running
I did clean the cache + reinstall all dependencies to make sure it wasn't an error from the cache. How I cleaned iOS caches + reinstalled everything# In your Flutter project root flutter clean cd ios pod deintegrate rm -rf Pods rm -rf .symlinks rm Podfile.lockThen, in `pubspec.yaml` I updated the Rive version. And then (in Flutter project root) flutter pub get cd ios pod install Re-launched, and it worked. |
Build process working now, thanks @damtsnkff |
Had to manually delete my build folder for this to work, even after following @damtsnkff instructions. (MacOS) |
Getting error every time when updating dependency to latest version
in
rive: ^0.13.17
project working without any issue
but when updated to
0.13.20
getting the errorThe text was updated successfully, but these errors were encountered: