Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

My flutter app not run on iPhone 11 Xcode 14 pod not installed how to fix this problem?

My flutter app runs perfect on android device but on trying to launch on ios device, it runs the pod install command forever.

Run flutter app on ios device.

I run many command but still this problem not fixed. I created new project but same problem why I face this problem please give me any working solution.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Very simple open your terminal and this command.

cd ios/
pod install
cd ../
flutter run

If this method not work then you try this

Step 1.

Delete podfile

Step 2.

Open terminal and write this commands

Flutter clean
Flutter pub get
cd ios/
pod install
cd ../
flutter run
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading