Go to /ios folder inside your Project.
Delete Podfile.lock
Run
pod install --repo-update
(Make sure your cd into the iOS directory of the flutter app)Run
flutter clean
Once complete, rebuild your Flutter application:
flutter run
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)