iOS - UIWebView 替换为 WKWebView,但对于 Apple 它仍然存在

iOS - UIWebView replaced with WKWebView, but for Apple it’s still there

我在我的 Xcode 项目的 Storyboard 中的 ViewController 中用 WKWebView 替换了 UIWebView,但 Apple 拒绝了我的应用,说 UIWebView 已被弃用。 有没有办法检查 UIWebView 是否仍在代码中的某处?我使用的是最新的 Xcode 版本,我还实现了 GoogleMobileAds 框架

从基础项目文件夹中的终端尝试

grep -r "UIWebView" .

(注意行尾的"dot")

这将打印出当前正在使用 UIWebView 的所有 SDK(包括 Pods)。