Home > Back-end >  Warning: CocoaPods not installed. Skipping pod install. ERROR
Warning: CocoaPods not installed. Skipping pod install. ERROR

Time:02-01

i get this Error, when trying to run my app from android studio IDE.

Error mesasge

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...

  1. Check you gem list to find the all version of cocoapods

  2. Uninstall 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

  •  Tags:  
  • Related