In Terminal, run this command in your iOS project folder:
grep -r "UIWebView" .
It will show all the files that uses UIWebview. Update whatever files to use WKWebView. If your pod libraries are showing that it has UIWebView. Update the pods files as well.
Reference Link – https://stackoverflow.com/questions/61790543/itms-90809-deprecated-api-usage-existing-app-that-use-uiwebview-are-no-longer