【发布时间】:2021-12-31 20:38:47
【问题描述】:
在mac上使用vscode编译带有webview的flutter app,在ios模拟器上运行,很正常, 我在 ios 的 Info.plist 中添加了“io.flutter.embedded_views_previewYES”,我确定我已经安装了“webview_flutter”插件, 但是当我在xcode中运行它时,总是出现“找不到模块webview_flutter_wkwebview”, 到现在还是没能解决问题,请大家帮忙,谢谢!
【问题讨论】:
-
你试过
flutter clean吗? -
我已经运行了""fluter clean"很多次了,问题依旧存在~
标签: flutter webview webview-flutter