The output of flutter doctor
When running from the Run button in
But running this from terminal its running but from run button its causing this problem.
The output of flutter doctor
When running from the Run button in
But running this from terminal its running but from run button its causing this problem.
Seems like you don't install cocoapods in your pc yet
try to run fllowing command in your terminal
sudo gem install -n /usr/local/bin cocoapods
Then run following commands:-
flutter clean
flutter pub get
then run your app