For now, it's just a warning, and doesn't stop the upload from going through. I don't have enough context on how XCode/App Store Connect finds the references to UIWebView to know if gating the UIWebView stuff behind a preprocessor macro would work, but I suspect it would.
Apple is now attaching this warning to any app store uploads whose binaries contain the string
UIWebView
:For now, it's just a warning, and doesn't stop the upload from going through. I don't have enough context on how XCode/App Store Connect finds the references to
UIWebView
to know if gating theUIWebView
stuff behind a preprocessor macro would work, but I suspect it would.