【发布时间】:2023-02-08 16:41:47
【问题描述】:
我尝试运行应用程序,但在插件中显示错误 .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
我尝试在 Xcode 中的模拟器 Iphone 14 pro Max 中运行应用程序
消息错误告诉我
我在文件夹 ios 中运行命令
pod deintegrate pod install pod repo update pod update
cd .. flutter clean flutter pub cache repair flutter pub upgrade flutter pub get
但什么也没找到!
【问题讨论】:
标签: swift xcode flutter dart pub.dev