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).
全局搜索工程 UIWebview,发现并没有使用了, 如果还报这个错,那么只有一种可能,使用的第三方静态库里面使用了UIWebview
1、cd到当前工程下
2、输入下面的指令,查看所有用到的UIWebView的文件
grep -r UIWebView .