📜  flutter reinstall pod - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:43.345000             🧑  作者: Mango

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