libiphone-lib.a uses UIWebView

Hi all,

I want to upload an app to the AppStore. Unfortunately, they keep saying that the app is using UIWebView and that this is not supported for ios 10 or higher. I am using the ARkit so I need to target the ios 11 devices. I did a grep search to look at where this UIWebView is used and it tells me it is in the libiphone-lib.a. How can I remove this error?

1 Like

Did you find a solution?