flutter项目升级 flutter_inappwebview
2024-05-12 本文已影响0人
香烟不灭
项目里flutter_inappwebview从5.8.0升级到6.0.0的时候,
执行了flutter clean、flutter pub get。再执行flutter build ios 的时候一直报下面的错。
Error (Xcode): Framework 'flutter_inappwebview' not found
Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)
Encountered error while building for device.
![](https://img.haomeiwen.com/i2199419/c04c7e7a5bdb1db5.png)
花了大半天时间,最后在配置里删了flutter_inappwebview 好了。
![](https://img.haomeiwen.com/i2199419/deb540ea0008ebaa.png)
记录一下。