How to resolve an error: The sandbox is not in sync with the Podfile.lock
In my case the issue was caused by a local android only plugin. I created a dummy podsec file for the plugin, then ran: cd ios flutter pub get pod install pod update It seems like I need to do these steps after every xcode project clean now. $ flutter doctor Doctor summary (to see … Read more