CocoaPods installed but not working.
You appear to have CocoaPods installed but it is not working.
This can happen if the version of Ruby that CocoaPods was installed with is different from the one being used to invoke it.
This can usually be fixed by re-installing CocoaPods.
CodePudding user response:
You should try this
- flutter clean
- delete /ios/Pods
- delete /ios/Podfile.lock
- flutter pub get
- from inside ios folder: pod install
- flutter run
source: https://stackoverflow.com/a/66001187/19247433
CodePudding user response:
I tried try this
flutter clean delete /ios/Pods delete /ios/Podfile.lock flutter pub get from inside ios folder: pod install flutter run
still same error ?