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.
Asked
Active
Viewed 87 times
0

Manish Bhardwaj
- 1
- 3
-
Hi, any update on whether you fount a solution to this? – Ayan Dasgupta May 07 '23 at 07:32
1 Answers
1
You should try this
- flutter clean
- delete /ios/Pods
- delete /ios/Podfile.lock
- flutter pub get
- from inside ios folder: pod install
- flutter run

Alex
- 126
- 1
- 4