Xcode 14.2和Flutter版本3.3.10中插件flutter_inappwebview-5.7.2+3中的错误

igetnqfo  于 2023-02-09  发布在  Flutter
关注(0)|答案(1)|浏览(235)

我尝试运行应用程序,但在plugin .pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.7.2+3/ios/Classes/Util.swift:135:24

Swift Compiler Error (Xcode): Type 'UIScrollView.DecelerationRate' (aka 'CGFloat') has no member 'normal'
/Users/devdac/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.7.2+3/ios/Classes/Util.swift:143:18

Swift Compiler Error (Xcode): Type 'UIScrollView.DecelerationRate' (aka 'CGFloat') has no member 'fast'
/Users/devdac/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.7.2+3/ios/Classes/Util.swift:145:18

我尝试在模拟器中运行应用程序iPhone 14 Pro Max在Xcode和消息错误显示我在文件夹ios pod deintegrate pod install pod repo update pod updatecd .. flutter clean flutter pub cache repair flutter pub upgrade flutter pub get中运行命令
但是没有找到!

相关问题