0

enter image description hereI have a flutter project, it runs smoothly when running project from terminal with "flutter run" command. however, get an error when running project directly from android studio running button (green button).

Heri Sarwanto
  • 65
  • 1
  • 8

1 Answers1

0

You don't have cocoapods installed while you probably make use of pods in your code. Check the documentation: https://guides.cocoapods.org/using/getting-started.html