Closed mucahitsimsek closed 3 months ago
And in 3.5.4 there is no error model handle.
@mucahitsimsek is this issue still persisting? Did you try to update flutter version. Without a sample code it is difficult to reproduce it
@behzodfaiziev Hi, I edited the bug using version 3.5.4. Here's what I've done before:
rm -rf pubspec.lock
rm -rf
flutter clean
flutter pub get
ios/Podfile.lock
cd ios && pod cache clean --all
cd ios && pod repo update
cd ios && pod install
Even though I updated the build files, I could not use the version I specified. I have not updated the version since Mar 29.
And in 3.5.4 there is no error model handle.
In here it seems that issue is removed from stackoverflow.
Does this error cause issue to run iOS app?
Can you try to uninstall Flutter sdk and install again? Sometimes there might be issues in local flutter sdk
Also you can try:
flutter clean && flutter pub get && cd ios && pod install --repo-update && cd ..
@mucahitsimsek
I am not currently encountering such errors, I will open an issue when I encounter them again.