I have issues with uploading my binary to App Store Connect. It says that my project is using UIWebView . Now the funny thing is, that I never used UIWebView during coding also searching for it in Xcode gives me no results. I searched the whole project folder with grep -r "UIWebView". and no results, but still App Store Connect rejects my binary with that reason. What can i do?
ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs
If you are using some third party libraries, any of them might be using UIWebView.
You should better check this article and see if your archived binary (not project sources) contains UIWebView or not.