I have a Podfile in my flutter_directory >ios directory, along with a Podfile lock, but when I run flutter from the flutter_directory, it says "Error: Podfile missing."
So far I have:
removed the podfile and recreate using "flutter create ."
also I have done this set of commands:
cd iosrm -rf Pods Podfile.lockpod deintegratepod initpod installcd ..flutter run
still says "Error: Podfile missing."