Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/96.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 问题:TMS-90809:不推荐的API使用-苹果将停止接受使用UIWebView API的应用提交_Ios_Flutter_Deprecated - Fatal编程技术网

Ios 问题:TMS-90809:不推荐的API使用-苹果将停止接受使用UIWebView API的应用提交

Ios 问题:TMS-90809:不推荐的API使用-苹果将停止接受使用UIWebView API的应用提交,ios,flutter,deprecated,Ios,Flutter,Deprecated,我收到IOS苹果商店的警报。 但我从未使用过UIWebView代码。 我的颤振版本是“颤振(通道稳定,v1.9.1+修补程序.2,在Microsoft Windows[version 10.0.17763.737],locale 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.

我收到IOS苹果商店的警报。 但我从未使用过UIWebView代码。 我的颤振版本是“颤振(通道稳定,v1.9.1+修补程序.2,在Microsoft Windows[version 10.0.17763.737],locale 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\u sign\u in
,因此可以使用命令
cd-ios&&pod-update--repo-update

轻松解决此问题,谢谢您的回答。我试试看。