Im trying to run pod install
in a flutter project on android studio. Its throwing an error that No Podfile found in the project directory.
, although when i run pod init
there is an error Existing Podfile found in directory
!
Of course, there is a ios/Podfile
file.
Please help!