0

The output of flutter doctor

enter image description here

When running from the Run button in enter image description here

But getting this error: enter image description here

But running this from terminal its running but from run button its causing this problem.

Nakul Gupta
  • 13
  • 1
  • 7

1 Answers1

0

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

Dipak Ramoliya
  • 547
  • 11
  • 32