i get this Error, when trying to run my app from android studio IDE.
I can run it from my terminal, with flutter run, it works all fine. But my IDE fails. And i have cocoapods, and it works finde too.
I am running this on a old mac, with Catalina 10.15.7.
CodePudding user response:
I face this same issue with new upgrade of Android Studio Bumblebee in new M1 Mac Chip... So I solve this issue via this...
Check you
gem listto find the all version of cocoapodsUninstall your Cocoapod:
sudo gem uninstall cocoapods
3.Then Install it again : sudo gem install cocoapods
CodePudding user response:
close android Studio open terminal
run chmod x /Applications/Android\ Studio.app/Contents/bin/printenv
run Android Studio from dock
