We identified one or more issues with a recent delivery for your app, "App Name" 1.0 (5.0). Please correct the following issues, then upload again.
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).
Best regards,
The App Store Team
Getting above email from [email protected] while uploading build. I've not used UIWebView in my project. I've updated all pods. I searched word 'UIWebView' in workspace but nothing found. I also searched in terminal using grep -r -f "UIWebView".
, getting grep: UIWebView.: No such file or directory
.
What should I do before uploading new build??