Flutter 在Xcode中运行IOS, 遇到的问题(Mess
2021-01-21 本文已影响0人
不敌菜鸡的万分之一
加入新的插件flutter_webview_plugin: ^0.3.11,Android运行正常,IOS运行Showing All Messages
The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
解决办法:
在AndroidStudio Terminal执行命令:
- cd ios
- rm -rf Runner.xcworkspace
- pod install
启动Xcode, 在把整个项目Build一下
记录下便于以后方便查找