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执行命令:

  1. cd ios
  2. rm -rf Runner.xcworkspace
  3. pod install
    启动Xcode, 在把整个项目Build一下

记录下便于以后方便查找

上一篇 下一篇

猜你喜欢

热点阅读