仍然收到警告“App Store 团队已弃用 API 使用" [英] Still getting warning "Deprecated API Usage from App Store Team"

查看:29
本文介绍了仍然收到警告“App Store 团队已弃用 API 使用"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

已弃用的 API 使用 - Apple 将停止接受使用 UIWebView 的新应用的提交 - 来自 App Store 团队.

Deprecated API Usage - Apple will stop accepting submissions of new apps that use UIWebView - From App Store Team.

我在 Xcode 的 iOS 应用程序中搜索 UIWebView 时没有得到任何结果,但我仍然收到警告不推荐使用 API".

I'm not getting any results searching for UIWebView in my iOS app in Xcode, but still i'm getting warning "Deprecated API Usage".

如何解决这个问题.

推荐答案

你可以使用grep命令在你使用的任何框架中查找你项目中webview的使用情况

you can use grep command to find the usage of webview in your project in any of your frameworks used

grep -r UIWebView  <project folder path>

在您的项目文件夹中

这篇关于仍然收到警告“App Store 团队已弃用 API 使用"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆