You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran `flutter pub upgrade`, then updated the CocoaPods lockfiles.
This required some fiddling; ultimately the commands were:
( cd ios && pod update sqlite3 )
( cd macos && pod update sqlite3 )
flutter build ios --config-only
flutter build macos --config-only
Without the `pod update` commands, there was a misleading error
message claiming the problem was that one pod required a higher
minimum deployment target than another. Much like in 0dbc0c0.
I also ran `flutter pub upgrade --major-versions`, but it didn't
make any changes.
0 commit comments