【Xcode】ITMS-90809:查找UIWebView

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
➤微信公众号:山青咏芝(let_us_code)
➤博客园地址:山青咏芝(https://www.cnblogs.com/strengthen/
➤GitHub地址:https://github.com/strengthen/LeetCode
➤原文地址:https://www.cnblogs.com/strengthen/p/12912744.html
➤原文已修改更新!强烈建议点击原文地址阅读!支持作者!支持原创!
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

从2020年5月1号,苹果强制要求使用xcode11,废弃UIWebView。

ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).

工程文件夹->【新建位于文件夹位置的终端窗口】:注意完整复制。

grep -r UIWebView .

注:一些第三方里面有UIWebView删掉没影响!

原文地址:https://www.cnblogs.com/strengthen/p/12912744.html