问题:TMS-90809:已弃用的 API 用法 - Apple 将停止接受使用 UIWebView API 的应用提交



我收到了来自IOS Apple Store的提醒。 但我从未使用过UIWebView代码。 我的颤振版本是"颤振(频道稳定,v1.9.1+hotfix.2,在Microsoft Windows [版本 10.0.17763.737],区域设置 en-US("。

我的pubspec.yaml代码是...

cupertino_icons: ^0.1.2
firebase_core: ^0.4.0+8
firebase_ml_vision: ^0.6.0
shared_preferences: ^0.5.3+4
camera: ^0.4.2
http: ^0.12.0+2
flutter_launcher_icons: ^0.7.2+1
html: ^0.14.0+2
url_launcher: ^5.1.3
fluttertoast: ^3.1.3
font_awesome_flutter: ^8.5.0
vibration: 1.2.1

我该如何解决它?

Github中已经有一个悬而未决的问题。由于您没有使用google_sign_in因此您可以使用命令cd ios && pod update --repo-update轻松解决此问题。

最新更新