Home

Published

- 1 min read

flutter reinstall pod

img of flutter reinstall pod

The solution for this is noted below

flutter reinstall pod

Solution

   1 - Delete the podfile.lock (located in app root > ios folder)
2 - Run in Terminal pod install --repo-update
3 - flutter run

Try other methods by searching on the site. That is if this doesn’t work