-1

This is the error that I am getting, also I am getting for google_maps

Tried uninstalling pods, installing them again, still the app doesnt build successfully whenver i archive the project! Getting the same error as well for google maps, tried updating it did not work

Peter
  • 1

1 Answers1

0

Close the Xcode, open the terminal & navigate to your project directory.

Now perform the below-mentioned commands one by one:

flutter clean
flutter pub get
cd ios
pod install
cd ..

Now, try rebuilding the app in the Xcode. Do not hesitate if the commands don't fix the issue. Feel free to share the acknowledgement in answer.

Or visit here if the issue persists.

Dharam Budh
  • 515
  • 2
  • 9