I 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).
Asked
Active
Viewed 74 times
0

Heri Sarwanto
- 65
- 1
- 8
-
https://stackoverflow.com/questions/62593939/cocoapods-not-installed-or-not-in-valid-state?page=1&tab=votes#tab-top – Rohit Suthar Feb 04 '22 at 03:58
-
Oke I'll try it – Heri Sarwanto Feb 04 '22 at 07:05
1 Answers
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

Zisis Kostakakis
- 61
- 6